From 59619134adaf710947612ce9d58bea4c6217889f Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 18:11:00 +0200 Subject: [PATCH] 1786205460 --- dashboard/ui/main.slint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/ui/main.slint b/dashboard/ui/main.slint index 2e62889..463acfa 100644 --- a/dashboard/ui/main.slint +++ b/dashboard/ui/main.slint @@ -166,7 +166,7 @@ export component AppWindow inherits Window { HorizontalLayout { height: root.height - 64px; Rectangle { - preferred-width: (root.width / 3) * 2; + preferred-width: (root.width / 4) * 3; VerticalLayout { if tab-bar.current-index == 0: Climate { is-night: is-night; @@ -191,7 +191,7 @@ export component AppWindow inherits Window { } VerticalBox { - preferred-width: root.width / 3; + preferred-width: root.width / 4; for light[index] in root.lights: LightTile { light: light; clicked => { toggle-light(light.id) }