Mercurial > libervia-desktop-kivy
diff cagou/core/common.py @ 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 | ba7b8cb7ddcd |
line wrap: on
line diff
--- a/cagou/core/common.py Fri Jan 04 13:20:29 2019 +0100 +++ b/cagou/core/common.py Sat Jan 26 20:24:48 2019 +0100 @@ -71,7 +71,6 @@ class Symbol(Label): symbol_map = None symbol = properties.StringProperty() - margin = properties.NumericProperty(0) def __init__(self, **kwargs): if self.symbol_map is None: