X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=music_sampler%2Fmusic_sampler.kv;h=839d2ce5d50cf30b692b1504b0b57b2347acfe53;hb=269c6bdaba62b79bb832d3e1cc516fff013a7dc3;hp=ae5dbd7787251535b8cc907b167fd36e18e10acf;hpb=7d6df771f603e9642047264f967525422ef09e99;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git diff --git a/music_sampler/music_sampler.kv b/music_sampler/music_sampler.kv index ae5dbd7..839d2ce 100644 --- a/music_sampler/music_sampler.kv +++ b/music_sampler/music_sampler.kv @@ -90,7 +90,7 @@ font_name: "Ubuntu" font_size: self.parent and 2 * self.parent.key_size or 42 text_size: self.size - text: "Focus lost!" + text: _("Focus lost!") : canvas: @@ -366,7 +366,7 @@ font_name: "Ubuntu" font_size: self.parent.font_size or 10 color: 0, 0, 0, 1 - text: "volume: {}%".format(self.parent.master_volume) + text: _("volume: {}%").format(self.parent.master_volume) valign: "top" size_hint: None, None size: self.texture_size[0], self.texture_size[1] @@ -611,6 +611,8 @@ key_sym: "^" row: 3 col: 12.5 + line_width: 1 + enabled: False Key: id: Key_36 key_code: 36 @@ -632,8 +634,6 @@ row: 4 col: 1 key_width: 1.75 - line_width: 1 - enabled: False Key: id: Key_113