1
0

kivy: improve send tab

This commit is contained in:
ThomasV
2015-10-14 15:13:47 +02:00
parent c478122cb1
commit 3f473e6915
5 changed files with 30 additions and 29 deletions

View File

@@ -56,11 +56,18 @@ Popup:
text: '<'
on_release: amount_label.text = amount_label.text[:-1]
Button:
BoxLayout:
size_hint: 0.5, None
height: '48dp'
text: _('OK')
on_release: popup.dismiss()
Button:
size_hint: 0.5, None
height: '48dp'
text: _('Max')
on_release: popup.dismiss()
Button:
size_hint: 0.5, None
height: '48dp'
text: _('OK')
on_release: popup.dismiss()
Widget:
size_hint: 1, None