1
0

amount dialog: use show_max bool to decide wheather max_button is displayed

This commit is contained in:
akshayaurora
2015-10-30 19:41:54 +05:30
parent 7b87a7f707
commit 6e45f42b19
2 changed files with 12 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ Popup:
text: '<'
label: a
Button:
id: but_max
size_hint: 1, None
height: '48dp'
text: 'Max'
@@ -86,4 +87,3 @@ Popup:
height: '48dp'
text: _('OK')
on_release: popup.dismiss()