Mercurial > libervia-desktop-kivy
diff cagou/plugins/plugin_wid_file_sharing.kv @ 247:cf61a011f731
core (notes), common (symbol): added an icon showing note level:
because of Symbol binding, it was difficult to precisely set the icon position, so Symbol has been modified to remove bindings.
Added consts for INFO, WARNING and ERROR colors.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 Jan 2019 20:24:48 +0100 |
parents | 059c5b39032d |
children | 1b835bcfa663 |
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_file_sharing.kv Fri Jan 04 13:20:29 2019 +0100 +++ b/cagou/plugins/plugin_wid_file_sharing.kv Sat Jan 26 20:24:48 2019 +0100 @@ -45,8 +45,8 @@ Symbol: size_hint: 1, None height: dp(80) + font_size: dp(40) symbol: 'folder-open-empty' if root.is_dir else 'doc' - margin: dp(40) color: (1, 0, 0, 1) if root.shared else (0, 0, 0, 1) if root.is_dir else app.c_prim_dark Label: size_hint: None, None