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