Mercurial > libervia-desktop-kivy
comparison src/cagou/plugins/plugin_wid_chat.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 | bc15b55a4114 |
children | 20b04c58868f |
comparison
equal
deleted
inserted
replaced
24:bc15b55a4114 | 25:d09bd16dbbe2 |
---|---|
35 | 35 |
36 PLUGIN_INFO = { | 36 PLUGIN_INFO = { |
37 "name": _(u"chat"), | 37 "name": _(u"chat"), |
38 "main": "Chat", | 38 "main": "Chat", |
39 "description": _(u"instant messaging with one person or a group"), | 39 "description": _(u"instant messaging with one person or a group"), |
40 "icon_small": u"{media}/icons/muchoslava/png/chat_rouge_32.png", | |
41 "icon_medium": u"{media}/icons/muchoslava/png/chat_rouge_44.png" | |
40 } | 42 } |
41 | 43 |
42 | 44 |
43 class MessageWidget(BoxLayout): | 45 class MessageWidget(BoxLayout): |
44 mess_data = properties.ObjectProperty() | 46 mess_data = properties.ObjectProperty() |