Fix placement of labels for selecting wake up sound

This commit is contained in:
Admar Schoonen 2023-04-16 20:24:19 +02:00
parent 0d3776a5c3
commit 872fe28be7
1 changed files with 1 additions and 1 deletions

View File

@ -1200,7 +1200,7 @@ class MyApp(App):
text = w,
halign = "left",
valign = "middle",
size = [gl.size[0] * 2.5, c.size[1]],
size = [Window.size[0] * 0.3, Window.size[1]],
text_size = Window.size,
font_size = Window.height*0.05,
color = clock_widget.theme.color_font,