Mercurial > libervia-desktop-kivy
comparison cagou/kv/xmlui.kv @ 131:36fc269e2a32
core: changed default background color to white
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 06 Apr 2018 16:12:58 +0200 |
parents | cd99f70ea592 |
children | 87eebe4628b8 |
comparison
equal
deleted
inserted
replaced
130:0ec3c3c0ed92 | 131:36fc269e2a32 |
---|---|
18 #:set button_height 50 | 18 #:set button_height 50 |
19 | 19 |
20 <EmptyWidget,TextWidget,LabelWidget,JidWidget,StringWidget,PasswordWidget,JidInputWidget>: | 20 <EmptyWidget,TextWidget,LabelWidget,JidWidget,StringWidget,PasswordWidget,JidInputWidget>: |
21 size_hint: 1, None | 21 size_hint: 1, None |
22 height: dp(common_height) | 22 height: dp(common_height) |
23 color: 1, 1, 1, 1 | |
23 | 24 |
24 | 25 |
25 <ButtonWidget>: | 26 <ButtonWidget>: |
26 size_hint: 1, None | 27 size_hint: 1, None |
27 height: dp(button_height) | 28 height: dp(button_height) |