changeset 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 84b18c131a81
children 53fb221ad084
files cagou/kv/cagou_widget.kv
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cagou/kv/cagou_widget.kv	Fri Apr 06 16:13:08 2018 +0200
+++ b/cagou/kv/cagou_widget.kv	Fri Apr 13 18:57:04 2018 +0200
@@ -33,6 +33,7 @@
     Label:
         size_hint: 1, 1
         text: root.plugin_info['name']
+        color: 1, 1, 1, 1
         bold: True
         text_size: self.size
         halign: "center"