diff 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
line wrap: on
line diff
--- a/cagou/kv/xmlui.kv	Sat Apr 28 08:57:51 2018 +0200
+++ b/cagou/kv/xmlui.kv	Sat Apr 28 10:43:54 2018 +0200
@@ -78,7 +78,6 @@
 
 
 <VerticalContainer>:
-    cols: 1
     size_hint: 1, None
     height: self.minimum_height
 
@@ -91,8 +90,6 @@
 
 <TabsContainer>:
     size_hint: 1, None
-    height: 100
-
 
 <FormButton>:
     size_hint: 1, None
@@ -129,9 +126,3 @@
         Rectangle:
             pos: self.pos
             size: self.size
-
-
-<XMLUIPanelGrid>:
-    cols: 1
-    size_hint: 1, None
-    height: self.minimum_height