aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-14 15:39:38 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-14 15:39:38 +0200
commitecaf3148af1d9adff1819f9536f483ebf7c85a95 (patch)
tree00f070c341c85c1c8fd746ed7efd9b7e933bf8ef
parent29597680758e4924aa71fc021465189e153f2016 (diff)
downloadMusicSampler-ecaf3148af1d9adff1819f9536f483ebf7c85a95.tar.gz
MusicSampler-ecaf3148af1d9adff1819f9536f483ebf7c85a95.tar.zst
MusicSampler-ecaf3148af1d9adff1819f9536f483ebf7c85a95.zip
Put background behind timer in playlist
-rw-r--r--music_sampler.kv6
1 files changed, 6 insertions, 0 deletions
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 @@
293 pos: 15, self.y 293 pos: 15, self.y
294 size: self.texture_size[0], self.parent.height 294 size: self.texture_size[0], self.parent.height
295 Label: 295 Label:
296 canvas.before:
297 Color:
298 rgba: 250./255, 250./255, 250./255, 1
299 Rectangle:
300 pos: self.pos
301 size: self.width, self.height
296 id: playlist_times 302 id: playlist_times
297 font_name: h.path() + "fonts/Ubuntu-Regular.ttf" 303 font_name: h.path() + "fonts/Ubuntu-Regular.ttf"
298 line_height: self.parent.parent.ubuntu_regular_line_height or 1 304 line_height: self.parent.parent.ubuntu_regular_line_height or 1