Mercurial > libervia-desktop-kivy
diff 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 |
line wrap: on
line diff
--- a/cagou/kv/xmlui.kv Mon Apr 30 07:56:28 2018 +0200 +++ b/cagou/kv/xmlui.kv Mon Apr 30 07:57:37 2018 +0200 @@ -23,6 +23,11 @@ color: 1, 1, 1, 1 +<StringWidget,PasswordWidget,IntWidget>: + + background_normal: app.expand('atlas://data/images/defaulttheme/textinput') + + <ButtonWidget>: size_hint: 1, None height: dp(button_height)