From 6f98dcf6f7cc1b0f83499418cdf6293b372ad574 Mon Sep 17 00:00:00 2001 From: Thomas Hansen Date: Sat, 6 Nov 2010 23:31:55 -0500 Subject: [PATCH] move slider drawing to style.kv --- kivy/data/style.kv | 2 -- 1 file changed, 2 deletions(-) diff --git a/kivy/data/style.kv b/kivy/data/style.kv index 33fc92ecc..e2d331808 100644 --- a/kivy/data/style.kv +++ b/kivy/data/style.kv @@ -20,14 +20,12 @@ : 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: