Mercurial > libervia-desktop-kivy
comparison src/cagou/plugins/plugin_wid_contact_list.py @ 25:d09bd16dbbe2
code (cagou widget), selector: icons handling + use of new muchoslava icon set
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 10 Aug 2016 01:24:37 +0200 |
parents | 74117b733bac |
children | b9ee3bf81018 |
comparison
equal
deleted
inserted
replaced
24:bc15b55a4114 | 25:d09bd16dbbe2 |
---|---|
34 | 34 |
35 PLUGIN_INFO = { | 35 PLUGIN_INFO = { |
36 "name": _(u"contacts"), | 36 "name": _(u"contacts"), |
37 "main": "ContactList", | 37 "main": "ContactList", |
38 "description": _(u"list of contacts"), | 38 "description": _(u"list of contacts"), |
39 "icon_small": u"{media}/icons/muchoslava/png/contact_list_rouge_32.png", | |
40 "icon_medium": u"{media}/icons/muchoslava/png/contact_list_rouge_44.png" | |
39 } | 41 } |
40 | 42 |
41 | 43 |
42 class Avatar(image.Image): | 44 class Avatar(image.Image): |
43 pass | 45 pass |