From 5a930bb4f51e0ff1090c49e7afa8a88ecb5bcc7b Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 18:09:26 +0200 Subject: [PATCH] 1786205366 --- dashboard/ui/main.slint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/ui/main.slint b/dashboard/ui/main.slint index e7c94a4..4e9d193 100644 --- a/dashboard/ui/main.slint +++ b/dashboard/ui/main.slint @@ -192,7 +192,7 @@ export component AppWindow inherits Window { } VerticalBox { - preferred-width: 0; + preferred-width: root.width / 3; for light[index] in root.lights: LightTile { light: light; clicked => { toggle-light(light.id) }