changeset 392:d7948d2c1cc6

common widgets: use a different colour + bigger font size + bold for CategorySeparator
author Goffi <goffi@goffi.org>
date Thu, 06 Feb 2020 21:16:21 +0100
parents 841045d5a937
children e2f806779b53
files cagou/kv/common_widgets.kv
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cagou/kv/common_widgets.kv	Thu Feb 06 21:16:21 2020 +0100
+++ b/cagou/kv/common_widgets.kv	Thu Feb 06 21:16:21 2020 +0100
@@ -41,4 +41,7 @@
 
 <CategorySeparator>:
     size_hint: 1, None
-    height: sp(20)
+    height: sp(35)
+    bold: True
+    font_size: sp(20)
+    color: app.c_sec