1
0

kivy: pass show_max as parameter

This commit is contained in:
ThomasV
2015-10-30 15:48:17 +01:00
parent c19c314c0f
commit 6bb6169541
3 changed files with 3 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ ReceiveScreen:
halign: 'left'
size_hint: 0.5, None
height: '38dp'
on_release: app.amount_dialog(amount, receive_screen.parent.update_qr)
on_release: app.amount_dialog(amount, receive_screen.parent.update_qr, False)
background_color: 0, 0, 0, 0
CardSeparator:
opacity: message_selection.opacity

View File

@@ -109,7 +109,7 @@ SendScreen:
halign: 'left'
size_hint: 0.5, None
height: '38dp'
on_release: app.amount_dialog(self, None)
on_release: app.amount_dialog(self, None, True)
background_color: .238, .585, .878, 0
CardSeparator:
opacity: message_selection.opacity