kivy/examples/includes/button.kv

9 lines
190 B
Plaintext

#:kivy 1.8.0
<SpecialButton>:
canvas:
Color:
rgba: 1.0, 0.0, 0.0, 1.0
Rectangle:
pos: self.pos
size: (self.size[0]/4, self.size[1]/4)