comparison 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
comparison
equal deleted inserted replaced
112:d654bdfeb404 113:c439c271ecdd
37 37
38 <NotesDrop>: 38 <NotesDrop>:
39 clear_btn: clear_btn.__self__ 39 clear_btn: clear_btn.__self__
40 auto_width: False 40 auto_width: False
41 size_hint: 0.8, None 41 size_hint: 0.8, None
42 canvas.before:
43 Color:
44 rgba: 0.8, 0.8, 0.8, 1
45 Rectangle:
46 pos: self.pos
47 size: self.size
42 Button: 48 Button:
43 id: clear_btn 49 id: clear_btn
44 text: "clear" 50 text: "clear"
45 bold: True 51 bold: True
46 size_hint: 1, None 52 size_hint: 1, None