kivy: fixes
This commit is contained in:
@@ -79,7 +79,6 @@ ReceiveScreen:
|
||||
hint_text: 'Description'
|
||||
text: s.message
|
||||
on_text_validate: s.message = self.text
|
||||
|
||||
BoxLayout:
|
||||
size_hint: 1, None
|
||||
height: '48dp'
|
||||
@@ -88,15 +87,15 @@ ReceiveScreen:
|
||||
size_hint: 1, None
|
||||
height: '48dp'
|
||||
on_release: s.parent.do_copy()
|
||||
Button:
|
||||
text: _('New')
|
||||
size_hint: 1, None
|
||||
height: '48dp'
|
||||
on_release: s.parent.do_clear()
|
||||
Button:
|
||||
text: _('Save')
|
||||
size_hint: 1, None
|
||||
height: '48dp'
|
||||
on_release: s.parent.do_save()
|
||||
Button:
|
||||
text: _('New')
|
||||
size_hint: 1, None
|
||||
height: '48dp'
|
||||
on_release: s.parent.do_new()
|
||||
Widget:
|
||||
size_hint: 1, 0.3
|
||||
|
||||
Reference in New Issue
Block a user