1
0

kivy: minor GUI tweaks

This commit is contained in:
ThomasV
2017-03-28 09:44:11 +02:00
parent 14a3d49f81
commit e7b136cc6b
4 changed files with 12 additions and 2 deletions

View File

@@ -43,10 +43,11 @@ Builder.load_string('''
height: '36dp'
TextInput:
id: height_input
multiline: False
input_type: 'number'
height: '36dp'
size_hint_y: None
text: '%d'%root.cp_height
input_type: 'number'
on_focus: root.on_height_str()
TopLabel:
text: _('Block hash') + ':'