kivy tx dialog: move buttons out of scrollview

This commit is contained in:
ThomasV 2016-02-17 16:40:31 +01:00
parent 54897c84f8
commit f67162c79d
1 changed files with 72 additions and 69 deletions

View File

@ -22,6 +22,8 @@ Builder.load_string('''
status_str: ''
description: ''
outputs_str: ''
BoxLayout:
orientation: 'vertical'
ScrollView:
GridLayout:
height: self.minimum_height
@ -75,8 +77,9 @@ Builder.load_string('''
Rectangle:
size: self.size
pos: self.pos
#Widget:
# size_hint: 1, 0.2
Widget:
size_hint: 1, 0.1
BoxLayout:
size_hint: 1, None