Mercurial > libervia-desktop-kivy
comparison src/cagou/plugins/plugin_wid_widget_selector.py @ 39:b9ee3bf81018
contact list, selector: use of blue variant of icons
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 28 Aug 2016 15:33:23 +0200 |
parents | d09bd16dbbe2 |
children | 9a6121722669 |
comparison
equal
deleted
inserted
replaced
38:9f45098289cc | 39:b9ee3bf81018 |
---|---|
34 PLUGIN_INFO = { | 34 PLUGIN_INFO = { |
35 "name": _(u"widget selector"), | 35 "name": _(u"widget selector"), |
36 "import_name": C.WID_SELECTOR, | 36 "import_name": C.WID_SELECTOR, |
37 "main": "WidgetSelector", | 37 "main": "WidgetSelector", |
38 "description": _(u"show available widgets and allow to select one"), | 38 "description": _(u"show available widgets and allow to select one"), |
39 "icon_small": u"{media}/icons/muchoslava/png/selector_rouge_32.png", | 39 "icon_small": u"{media}/icons/muchoslava/png/selector_bleu_32.png", |
40 "icon_medium": u"{media}/icons/muchoslava/png/selector_rouge_44.png" | 40 "icon_medium": u"{media}/icons/muchoslava/png/selector_bleu_44.png" |
41 } | 41 } |
42 | 42 |
43 | 43 |
44 class WidgetSelItem(ButtonBehavior, BoxLayout): | 44 class WidgetSelItem(ButtonBehavior, BoxLayout): |
45 plugin_info = properties.DictProperty() | 45 plugin_info = properties.DictProperty() |