diff options
-rw-r--r-- | music_sampler.kv | 6 |
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 |