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'