1
0

kivy: base_unit setting

This commit is contained in:
ThomasV
2015-10-15 11:18:10 +02:00
parent d70948f74f
commit 069a6455c7
4 changed files with 24 additions and 71 deletions

View File

@@ -14,10 +14,11 @@ Popup:
height: '48dp'
size_hint: 1, None
Spinner:
text: 'BTC'
text: app.base_unit
values: ('BTC', 'mBTC')
size_hint: 1, None
height: '48dp'
on_text: app.base_unit = self.text
Label:
size_hint: 1, None