Mercurial > libervia-desktop-kivy
comparison src/cagou/plugins/plugin_wid_widget_selector.kv @ 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 | 790dbc5c4e89 |
children | 1922506846be |
comparison
equal
deleted
inserted
replaced
24:bc15b55a4114 | 25:d09bd16dbbe2 |
---|---|
16 | 16 |
17 <WidgetSelItem>: | 17 <WidgetSelItem>: |
18 size_hint: (1, None) | 18 size_hint: (1, None) |
19 height: 50 | 19 height: 50 |
20 Widget: | 20 Widget: |
21 Image: | |
22 source: root.plugin_info["icon_medium"] | |
23 width: self.texture_size[0] | |
21 Label: | 24 Label: |
22 text: root.plugin_info["name"] | 25 text: root.plugin_info["name"] |
23 bold: True | 26 bold: True |
24 Widget: | 27 Widget: |