From 7e25667d22b7e60bd87220a7f6b113f79e8af681 Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 18:09:54 +0200 Subject: [PATCH] 1786205394 --- 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 4e9d193..7c8a4ac 100644 --- a/dashboard/ui/main.slint +++ b/dashboard/ui/main.slint @@ -167,7 +167,7 @@ export component AppWindow inherits Window { HorizontalLayout { height: root.height - 64px; Rectangle { - preferred-width: root.width; + preferred-width: (root.width / 3) * 2; VerticalLayout { if tab-bar.current-index == 0: Climate { is-night: is-night;