comparison cagou/kv/base.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 36fc269e2a32
children cf30cb1d1c12
comparison
equal deleted inserted replaced
174:620f69e4e378 175:d65a51fa00b9
18 <Label>: 18 <Label>:
19 color: 0, 0, 0, 1 19 color: 0, 0, 0, 1
20 20
21 <Button>: 21 <Button>:
22 color: 1, 1, 1, 1 22 color: 1, 1, 1, 1
23
24 <TextInput>:
25 background_normal: app.expand('{media}/misc/borders/border_hollow_black.png')