move slider drawing to style.kv

This commit is contained in:
Thomas Hansen 2010-11-06 23:31:55 -05:00
parent 2dcad7c70f
commit 6f98dcf6f7
1 changed files with 0 additions and 2 deletions

View File

@ -20,14 +20,12 @@
<Slider>:
canvas:
#draw the background
Color:
rgb: (.3, .3, .3)
Rectangle:
pos: self.pos
size: self.size
#draw the index marker
Color:
rgb: (.7, .2, .5)
Rectangle: