Mercurial > libervia-desktop-kivy
diff src/cagou/kv/root_widget.kv @ 113:c439c271ecdd
core (notifications), CagouWidget: a backround rectangle is drawned behind drop boxes
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 26 Jan 2017 20:39:15 +0100 |
parents | c2a7234d13d2 |
children | 15434a7787ed |
line wrap: on
line diff
--- a/src/cagou/kv/root_widget.kv Thu Jan 26 20:39:07 2017 +0100 +++ b/src/cagou/kv/root_widget.kv Thu Jan 26 20:39:15 2017 +0100 @@ -39,6 +39,12 @@ clear_btn: clear_btn.__self__ auto_width: False size_hint: 0.8, None + canvas.before: + Color: + rgba: 0.8, 0.8, 0.8, 1 + Rectangle: + pos: self.pos + size: self.size Button: id: clear_btn text: "clear"