From ecaf3148af1d9adff1819f9536f483ebf7c85a95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 14 Jul 2016 15:39:38 +0200 Subject: [PATCH] Put background behind timer in playlist --- music_sampler.kv | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/music_sampler.kv b/music_sampler.kv index 7d7e95c..84c40b5 100644 --- a/music_sampler.kv +++ b/music_sampler.kv @@ -293,6 +293,12 @@ pos: 15, self.y size: self.texture_size[0], self.parent.height Label: + canvas.before: + Color: + rgba: 250./255, 250./255, 250./255, 1 + Rectangle: + pos: self.pos + size: self.width, self.height id: playlist_times font_name: h.path() + "fonts/Ubuntu-Regular.ttf" line_height: self.parent.parent.ubuntu_regular_line_height or 1 -- 2.41.0