comparison cagou/kv/cagou_widget.kv @ 137:b9139c87f393

core: label color fix following background color change
author Goffi <goffi@goffi.org>
date Fri, 13 Apr 2018 18:57:04 +0200
parents cd99f70ea592
children 60b2b2bad747
comparison
equal deleted inserted replaced
136:84b18c131a81 137:b9139c87f393
31 allow_stretch: True 31 allow_stretch: True
32 width: self.texture_size[0]*self.height/(self.texture_size[1] or 1) 32 width: self.texture_size[0]*self.height/(self.texture_size[1] or 1)
33 Label: 33 Label:
34 size_hint: 1, 1 34 size_hint: 1, 1
35 text: root.plugin_info['name'] 35 text: root.plugin_info['name']
36 color: 1, 1, 1, 1
36 bold: True 37 bold: True
37 text_size: self.size 38 text_size: self.size
38 halign: "center" 39 halign: "center"
39 valign: "middle" 40 valign: "middle"
40 41