1
0

kivy: use Clock to improve button responsiveness

This commit is contained in:
ThomasV
2015-12-14 21:34:25 +01:00
parent 0b1561f447
commit 3568c325ea
5 changed files with 23 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ SendScreen:
id: amount_e
default_text: _('Amount')
text: s.amount if s.amount else _('Amount')
on_release: app.amount_dialog(s, True)
on_release: s.amount_dialog()
CardSeparator:
opacity: message_selection.opacity
color: blue_bottom.foreground_color