Mercurial > libervia-desktop-kivy
diff src/cagou/plugins/plugin_wid_widget_selector.kv @ 62:1922506846be
design fixes:
- adjust sizes using sp/dp so it adapts on different screen resolutions
- use a shorter sentence for profile manager label, so it appears better on small screens
- various design adjustment to appear correclty on different screen size
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 04 Dec 2016 21:34:30 +0100 |
parents | d09bd16dbbe2 |
children |
line wrap: on
line diff
--- a/src/cagou/plugins/plugin_wid_widget_selector.kv Sun Dec 04 18:21:23 2016 +0100 +++ b/src/cagou/plugins/plugin_wid_widget_selector.kv Sun Dec 04 21:34:30 2016 +0100 @@ -16,12 +16,15 @@ <WidgetSelItem>: size_hint: (1, None) - height: 50 + height: dp(40) Widget: Image: source: root.plugin_info["icon_medium"] + allow_stretch: True + keep_ratio: True width: self.texture_size[0] Label: text: root.plugin_info["name"] bold: True + font_size: sp(20) Widget: