kivy: plugins layout
This commit is contained in:
@@ -5,8 +5,9 @@ Popup:
|
|||||||
orientation: 'vertical'
|
orientation: 'vertical'
|
||||||
|
|
||||||
GridLayout:
|
GridLayout:
|
||||||
size_hint: 1, None
|
|
||||||
cols: 2
|
cols: 2
|
||||||
|
size_hint: 1, None
|
||||||
|
height: '100dp'
|
||||||
id: plugins_list
|
id: plugins_list
|
||||||
on_parent:
|
on_parent:
|
||||||
app.show_plugins(plugins_list)
|
app.show_plugins(plugins_list)
|
||||||
@@ -18,4 +19,3 @@ Popup:
|
|||||||
|
|
||||||
Widget:
|
Widget:
|
||||||
size_hint: 1, 0.8
|
size_hint: 1, 0.8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user