mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
kivy: plugins layout
This commit is contained in:
parent
20cf074a8f
commit
0215aee047
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue