Mejorar el título y la imagen en el karaoke player
This commit is contained in:
parent
2e0f00de75
commit
2104f841c2
|
@ -53,12 +53,13 @@ KaraokeGUI:
|
||||||
color: 0.9, 0.1, 0.3, 1
|
color: 0.9, 0.1, 0.3, 1
|
||||||
outline_color: 1, 1, 1, 1
|
outline_color: 1, 1, 1, 1
|
||||||
outline_width: 1
|
outline_width: 1
|
||||||
font_size: 24
|
font_size: 48
|
||||||
size_hint: 1, 0.1
|
size_hint: 1, 0.1
|
||||||
text: ''
|
text: ''
|
||||||
Image:
|
Image:
|
||||||
id: current_song_image
|
id: current_song_image
|
||||||
source: ''
|
source: ''
|
||||||
|
allow_stretch: True
|
||||||
|
|
||||||
BoxLayout: # Bottom actions and slides
|
BoxLayout: # Bottom actions and slides
|
||||||
orientation: 'horizontal'
|
orientation: 'horizontal'
|
||||||
|
|
Reference in New Issue