1
0

kivy: use exchange rates in amount dialog

This commit is contained in:
ThomasV
2015-12-03 22:43:43 +01:00
parent 74a9e2296c
commit b700340ff9
5 changed files with 66 additions and 50 deletions

View File

@@ -221,7 +221,7 @@
<KButton@Button>:
size_hint: 1, None
height: '48dp'
on_release: self.label.amount = app.update_amount(self.label.amount, self.text)
on_release: app.update_amount(self.label, self.text)
<TabbedPanelStrip>: