Mercurial > libervia-desktop-kivy
comparison cagou/kv/common_widgets.kv @ 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 | 1b835bcfa663 |
children | 027fad764864 |
comparison
equal
deleted
inserted
replaced
391:841045d5a937 | 392:d7948d2c1cc6 |
---|---|
39 halign: 'center' | 39 halign: 'center' |
40 | 40 |
41 | 41 |
42 <CategorySeparator>: | 42 <CategorySeparator>: |
43 size_hint: 1, None | 43 size_hint: 1, None |
44 height: sp(20) | 44 height: sp(35) |
45 bold: True | |
46 font_size: sp(20) | |
47 color: app.c_sec |