1
0

labels plugin: shorter description for kivy gui

This commit is contained in:
ThomasV
2016-02-11 10:16:27 +01:00
parent 62711ad511
commit 135eafd966
2 changed files with 5 additions and 5 deletions

View File

@@ -11,8 +11,6 @@ Builder.load_string('''
pos_hint: {'top':0.9}
BoxLayout:
orientation: 'vertical'
Widget:
size_hint: 1, 0.1
Label:
id: description
text: ''
@@ -26,6 +24,8 @@ Builder.load_string('''
text: _('Enable')
CheckBox:
id:cb
Widget:
size_hint: 1, 0.1
BoxLayout:
orientation: 'horizontal'
size_hint: 1, 0.2