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
481 B

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