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: '' status_str: ''
description: '' description: ''
outputs_str: '' outputs_str: ''
BoxLayout:
orientation: 'vertical'
ScrollView: ScrollView:
GridLayout: GridLayout:
height: self.minimum_height height: self.minimum_height
@ -75,8 +77,9 @@ Builder.load_string('''
Rectangle: Rectangle:
size: self.size size: self.size
pos: self.pos pos: self.pos
#Widget:
# size_hint: 1, 0.2 Widget:
size_hint: 1, 0.1
BoxLayout: BoxLayout:
size_hint: 1, None size_hint: 1, None