You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
403 B
17 lines
403 B
9 years ago
|
Popup:
|
||
|
title: _('Plugins')
|
||
|
id: popup
|
||
|
BoxLayout:
|
||
|
orientation: 'vertical'
|
||
|
GridLayout:
|
||
|
size_hint_y: None
|
||
|
cols: 2
|
||
|
id: plugins_list
|
||
|
on_parent:
|
||
|
app.show_plugins(plugins_list)
|
||
|
Button:
|
||
|
size_hint_y: None
|
||
|
height: '48dp'
|
||
|
text: _('Close')
|
||
|
on_release: popup.dismiss()
|