comparison cagou/plugins/plugin_wid_widget_selector.py @ 180:0ddd2b20cc6b

plugins chat, contact_list, settings, widget_selector: changed icons theme
author Goffi <goffi@goffi.org>
date Tue, 01 May 2018 20:50:05 +0200
parents 6a288d4a493f
children 896f78760b63
comparison
equal deleted inserted replaced
179:7177fe2d9725 180:0ddd2b20cc6b
33 PLUGIN_INFO = { 33 PLUGIN_INFO = {
34 "name": _(u"widget selector"), 34 "name": _(u"widget selector"),
35 "import_name": C.WID_SELECTOR, 35 "import_name": C.WID_SELECTOR,
36 "main": "WidgetSelector", 36 "main": "WidgetSelector",
37 "description": _(u"show available widgets and allow to select one"), 37 "description": _(u"show available widgets and allow to select one"),
38 "icon_small": u"{media}/icons/muchoslava/png/selector_new_32.png", 38 "icon_medium": u"{media}/icons/muchoslava/png/selector_no_border_blue_44.png"
39 "icon_medium": u"{media}/icons/muchoslava/png/selector_new_44.png"
40 } 39 }
41 40
42 41
43 class WidgetSelItem(ButtonBehavior, BoxLayout): 42 class WidgetSelItem(ButtonBehavior, BoxLayout):
44 plugin_info = properties.DictProperty() 43 plugin_info = properties.DictProperty()