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.

22 lines
454 B

10 years ago
Popup:
title: _('Plugins')
id: popup
BoxLayout:
orientation: 'vertical'
10 years ago
10 years ago
GridLayout:
10 years ago
size_hint: 1, None
10 years ago
cols: 2
id: plugins_list
on_parent:
app.show_plugins(plugins_list)
Button:
10 years ago
size_hint: 1, None
10 years ago
height: '48dp'
text: _('Close')
on_release: popup.dismiss()
10 years ago
Widget:
size_hint: 1, 0.8