From 2104f841c2d962deae8db9edefcb6e743b30b22c Mon Sep 17 00:00:00 2001 From: shagi Date: Fri, 13 Mar 2020 18:03:45 +0100 Subject: [PATCH] =?UTF-8?q?Mejorar=20el=20t=C3=ADtulo=20y=20la=20imagen=20?= =?UTF-8?q?en=20el=20karaoke=20player?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui/negromate/karaoke/kv_templates/karaoke.kv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/negromate/karaoke/kv_templates/karaoke.kv b/gui/negromate/karaoke/kv_templates/karaoke.kv index 604bd57..41d2e29 100644 --- a/gui/negromate/karaoke/kv_templates/karaoke.kv +++ b/gui/negromate/karaoke/kv_templates/karaoke.kv @@ -53,12 +53,13 @@ KaraokeGUI: color: 0.9, 0.1, 0.3, 1 outline_color: 1, 1, 1, 1 outline_width: 1 - font_size: 24 + font_size: 48 size_hint: 1, 0.1 text: '' Image: id: current_song_image source: '' + allow_stretch: True BoxLayout: # Bottom actions and slides orientation: 'horizontal'