Mercurial > libervia-desktop-kivy
comparison cagou/kv/cagou_widget.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 | 60b2b2bad747 |
children | 7177fe2d9725 |
comparison
equal
deleted
inserted
replaced
174:620f69e4e378 | 175:d65a51fa00b9 |
---|---|
65 size_hint: None, 1 | 65 size_hint: None, 1 |
66 allow_stretch: True | 66 allow_stretch: True |
67 width: self.height | 67 width: self.height |
68 TextInput: | 68 TextInput: |
69 id: header_input | 69 id: header_input |
70 background_normal: app.expand('{media}/misc/borders/border_hollow_light.png') | |
70 multiline: False | 71 multiline: False |
71 on_text_validate: root.onHeaderInput() | 72 on_text_validate: root.onHeaderInput() |
72 on_text: root.onHeaderInputComplete(*args) | 73 on_text: root.onHeaderInputComplete(*args) |