comparison cagou/kv/xmlui.kv @ 146:87eebe4628b8

xmlui: use a black background
author Goffi <goffi@goffi.org>
date Sat, 14 Apr 2018 16:36:29 +0200
parents 36fc269e2a32
children 8ed389d15690
comparison
equal deleted inserted replaced
145:654b00fa3fdc 146:87eebe4628b8
120 height: dp(50) 120 height: dp(50)
121 text: "cancel" 121 text: "cancel"
122 on_release: root.onCancel() 122 on_release: root.onCancel()
123 123
124 124
125 <XMLUIPanel>:
126 canvas.before:
127 Color:
128 rgba: 0, 0, 0, 1
129 Rectangle:
130 pos: self.pos
131 size: self.size
132
125 133
126 <XMLUIPanelGrid>: 134 <XMLUIPanelGrid>:
127 cols: 1 135 cols: 1
128 size_hint: 1, None 136 size_hint: 1, None
129 height: self.minimum_height 137 height: self.minimum_height