Mercurial > libervia-desktop-kivy
comparison src/cagou/plugins/plugin_wid_widget_selector.kv @ 18:790dbc5c4e89
plugin widget selector: display improvment + host profiles are now used by default
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 08 Aug 2016 00:54:11 +0200 |
parents | 56838ad5c84b |
children | d09bd16dbbe2 |
comparison
equal
deleted
inserted
replaced
17:5c9feaa060a5 | 18:790dbc5c4e89 |
---|---|
13 | 13 |
14 # You should have received a copy of the GNU Affero General Public License | 14 # You should have received a copy of the GNU Affero General Public License |
15 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | 16 |
17 <WidgetSelItem>: | 17 <WidgetSelItem>: |
18 spacing: 20 | 18 size_hint: (1, None) |
19 height: 50 | |
19 Widget: | 20 Widget: |
20 Label: | 21 Label: |
21 text: root.plugin_info["name"] | 22 text: root.plugin_info["name"] |
22 bold: True | 23 bold: True |
23 size_hint: (None, None) | |
24 Widget: | 24 Widget: |