kivy: minor fix

This commit is contained in:
ThomasV 2015-12-04 12:57:17 +01:00
parent 011ccc6e54
commit b6242a453b
1 changed files with 2 additions and 1 deletions

View File

@ -68,8 +68,9 @@ SendScreen:
pos_hint: {'center_y': .5}
TextInputBlue:
id: message_e
text: s.message
hint_text: 'Description'
text: s.message
on_text_validate: s.message = self.text
BoxLayout:
size_hint: 1, None
height: '48dp'