From: Ismaƫl Bouya Date: Thu, 14 Jul 2016 13:39:38 +0000 (+0200) Subject: Put background behind timer in playlist X-Git-Tag: 1.0.0~63 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git;a=commitdiff_plain;h=ecaf3148af1d9adff1819f9536f483ebf7c85a95 Put background behind timer in playlist --- 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