Mercurial > libervia-desktop-kivy
comparison cagou/plugins/plugin_wid_remote.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 | 7918a5668304 |
children | 1b835bcfa663 |
comparison
equal
deleted
inserted
replaced
246:15e47bbb192c | 247:cf61a011f731 |
---|---|
37 shared: False | 37 shared: False |
38 Symbol: | 38 Symbol: |
39 size_hint: 1, None | 39 size_hint: 1, None |
40 height: dp(80) | 40 height: dp(80) |
41 symbol: 'video' | 41 symbol: 'video' |
42 margin: dp(40) | |
43 color: 0, 0, 0, 1 | 42 color: 0, 0, 0, 1 |
44 Label: | 43 Label: |
45 size_hint: None, None | 44 size_hint: None, None |
46 width: dp(100) | 45 width: dp(100) |
47 font_size: sp(14) | 46 font_size: sp(14) |