Mercurial > libervia-desktop-kivy
comparison cagou/kv/xmlui.kv @ 175:d65a51fa00b9
core: use hollow borders for TextInput (except for XMLUI, for now)
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 30 Apr 2018 07:57:37 +0200 |
parents | 8ed389d15690 |
children | 38da086d162b |
comparison
equal
deleted
inserted
replaced
174:620f69e4e378 | 175:d65a51fa00b9 |
---|---|
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 color: 1, 1, 1, 1 |
24 | |
25 | |
26 <StringWidget,PasswordWidget,IntWidget>: | |
27 | |
28 background_normal: app.expand('atlas://data/images/defaulttheme/textinput') | |
24 | 29 |
25 | 30 |
26 <ButtonWidget>: | 31 <ButtonWidget>: |
27 size_hint: 1, None | 32 size_hint: 1, None |
28 height: dp(button_height) | 33 height: dp(button_height) |