From 872fe28be74d257ac68e51ae3ec498250dc6f27c Mon Sep 17 00:00:00 2001 From: admar Date: Sun, 16 Apr 2023 20:24:19 +0200 Subject: [PATCH] Fix placement of labels for selecting wake up sound --- clock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clock.py b/clock.py index 6cf4f29..a5ceb7b 100644 --- a/clock.py +++ b/clock.py @@ -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,