diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2021-08-16 22:27:12 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2021-08-17 02:03:22 +0200 |
commit | 2fd732701a3c5332a5df9a8d83d8464466415aeb (patch) | |
tree | 910b0f21ab54b9e880390d33a9f8fab701bdfe97 /music_sampler/music_sampler.kv | |
parent | b45837641542cf18e2410dcbaa7ecba1bdc3905d (diff) | |
download | MusicSampler-2fd732701a3c5332a5df9a8d83d8464466415aeb.tar.gz MusicSampler-2fd732701a3c5332a5df9a8d83d8464466415aeb.tar.zst MusicSampler-2fd732701a3c5332a5df9a8d83d8464466415aeb.zip |
Upgrade to latest versions1.3.1
Diffstat (limited to 'music_sampler/music_sampler.kv')
-rw-r--r-- | music_sampler/music_sampler.kv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/music_sampler/music_sampler.kv b/music_sampler/music_sampler.kv index 839d2ce..55df12c 100644 --- a/music_sampler/music_sampler.kv +++ b/music_sampler/music_sampler.kv | |||
@@ -30,15 +30,15 @@ | |||
30 | rgba: self.line_color | 30 | rgba: self.line_color |
31 | Line: | 31 | Line: |
32 | rounded_rectangle: self.x + self.line_width, self.y + self.line_width, self.width - 2 * self.line_width, self.height - 2 * self.line_width, 10 | 32 | rounded_rectangle: self.x + self.line_width, self.y + self.line_width, self.width - 2 * self.line_width, self.height - 2 * self.line_width, 10 |
33 | width: self.line_width | 33 | width: self.line_width or 2 |
34 | Color: | 34 | Color: |
35 | rgba: self.line_cross_color | 35 | rgba: self.line_cross_color |
36 | Line: | 36 | Line: |
37 | points: self.x + self.line_width + 3, self.y + self.line_width + 3, self.x + self.width - 2 * self.line_width - 3, self.y + self.height - 2 * self.line_width - 3 | 37 | points: self.x + self.line_width + 3, self.y + self.line_width + 3, self.x + self.width - 2 * self.line_width - 3, self.y + self.height - 2 * self.line_width - 3 |
38 | width: self.line_width | 38 | width: self.line_width or 2 |
39 | Line: | 39 | Line: |
40 | points: self.x + self.line_width + 3, self.y + self.height - 2 * self.line_width - 3, self.x + self.width - 2 * self.line_width - 3, self.y + self.line_width + 3 | 40 | points: self.x + self.line_width + 3, self.y + self.height - 2 * self.line_width - 3, self.x + self.width - 2 * self.line_width - 3, self.y + self.line_width + 3 |
41 | width: self.line_width | 41 | width: self.line_width or 2 |
42 | Label: | 42 | Label: |
43 | id: key_label | 43 | id: key_label |
44 | font_name: "Ubuntu" | 44 | font_name: "Ubuntu" |