comparison cagou/kv/root_widget.kv @ 151:3a05dfa27f5e

core (notifs): use white for notifications text
author Goffi <goffi@goffi.org>
date Sat, 14 Apr 2018 20:10:19 +0200
parents 11d134eb51d7
children 37220459e93d
comparison
equal deleted inserted replaced
150:a12fda5d9aa9 151:3a05dfa27f5e
24 <Note>: 24 <Note>:
25 text: self.message 25 text: self.message
26 26
27 <NoteDrop>: 27 <NoteDrop>:
28 canvas.before: 28 canvas.before:
29 Color:
30 rgba: 1, 1, 1, 1
31 BorderImage: 29 BorderImage:
32 pos: self.pos 30 pos: self.pos
33 size: self.size 31 size: self.size
34 source: 'atlas://data/images/defaulttheme/button' 32 source: 'atlas://data/images/defaulttheme/button'
35 size_hint: 1, None 33 size_hint: 1, None
34 color: 1, 1, 1, 1
36 text_size: self.width, None 35 text_size: self.width, None
37 halign: 'center' 36 halign: 'center'
38 height: self.texture_size[1] 37 height: self.texture_size[1]
39 padding: dp(2), dp(10) 38 padding: dp(2), dp(10)
40 39