comparison cagou/kv/xmlui.kv @ 159:8ed389d15690

xmlui: fixes: - removed global ScrollView as it was conflicting with TabbedPanel, resulting in unusable settings - replaced GridLayout by BoxLayout when suitable, as they now handle minimum_height
author Goffi <goffi@goffi.org>
date Sat, 28 Apr 2018 10:43:54 +0200
parents 87eebe4628b8
children d65a51fa00b9
comparison
equal deleted inserted replaced
158:976f22cb3ecc 159:8ed389d15690
76 size_hint: 1, None 76 size_hint: 1, None
77 height: self.minimum_height 77 height: self.minimum_height
78 78
79 79
80 <VerticalContainer>: 80 <VerticalContainer>:
81 cols: 1
82 size_hint: 1, None 81 size_hint: 1, None
83 height: self.minimum_height 82 height: self.minimum_height
84 83
85 84
86 <PairsContainer>: 85 <PairsContainer>:
89 height: self.minimum_height 88 height: self.minimum_height
90 89
91 90
92 <TabsContainer>: 91 <TabsContainer>:
93 size_hint: 1, None 92 size_hint: 1, None
94 height: 100
95
96 93
97 <FormButton>: 94 <FormButton>:
98 size_hint: 1, None 95 size_hint: 1, None
99 height: dp(button_height) 96 height: dp(button_height)
100 97
127 Color: 124 Color:
128 rgba: 0, 0, 0, 1 125 rgba: 0, 0, 0, 1
129 Rectangle: 126 Rectangle:
130 pos: self.pos 127 pos: self.pos
131 size: self.size 128 size: self.size
132
133
134 <XMLUIPanelGrid>:
135 cols: 1
136 size_hint: 1, None
137 height: self.minimum_height