1
0

kivy fixes

This commit is contained in:
ThomasV
2016-02-17 15:19:09 +01:00
parent 74c9a05757
commit 54897c84f8
5 changed files with 23 additions and 12 deletions

View File

@@ -44,7 +44,6 @@
# Custom Global Widgets
<TopLabel@Label>
valign: 'top'
size_hint_y: None
text_size: self.width, None
height: self.texture_size[1]
@@ -80,8 +79,8 @@
#########################
<OutputList>
size_hint: 1, None
height: self.minimum_height
size_hint_y: None
cols: 2
spacing: '10dp'
padding: '10dp'