Mercurial > libervia-desktop-kivy
diff cagou/kv/xmlui.kv @ 200:38da086d162b
xmlui: fixed Title color
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 25 May 2018 11:51:54 +0200 |
parents | d65a51fa00b9 |
children | ca86954b3788 |
line wrap: on
line diff
--- a/cagou/kv/xmlui.kv Wed May 23 21:54:46 2018 +0200 +++ b/cagou/kv/xmlui.kv Fri May 25 11:51:54 2018 +0200 @@ -17,6 +17,10 @@ #:set common_height 30 #:set button_height 50 +<Title>: + color: 1, 1, 1, 1 + + <EmptyWidget,TextWidget,LabelWidget,JidWidget,StringWidget,PasswordWidget,JidInputWidget>: size_hint: 1, None height: dp(common_height)