Mercurial > libervia-desktop-kivy
comparison cagou/kv/common.kv @ 178:11ff8cd93659
common: new ActionSymbol widget, which use a symbol to show an action
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 01 May 2018 18:28:22 +0200 |
parents | a12fda5d9aa9 |
children | 284cb5c467b0 |
comparison
equal
deleted
inserted
replaced
177:9835cafbd909 | 178:11ff8cd93659 |
---|---|
50 Color: | 50 Color: |
51 rgba: self.bg_color | 51 rgba: self.bg_color |
52 Rectangle: | 52 Rectangle: |
53 pos: self.pos | 53 pos: self.pos |
54 size: self.size | 54 size: self.size |
55 | |
56 <ActionSymbol>: | |
57 bg_color: 0, 0, 0, 0 | |
58 color: app.c_sec_light | |
59 margin: dp(10) |