amount dialog: use show_max bool to decide wheather max_button is displayed
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user