From a913dbd1ccad80c1d13ddf7876245ee667a9d622 Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 14:32:49 +0200 Subject: [PATCH] 1786192369 --- dashboard/ui/main.slint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboard/ui/main.slint b/dashboard/ui/main.slint index f3e9587..b22acc3 100644 --- a/dashboard/ui/main.slint +++ b/dashboard/ui/main.slint @@ -133,8 +133,10 @@ export component AppWindow inherits Window { height: root.height - 64px; Rectangle { preferred-width: root.width; + height: parent.height; VerticalLayout { if root.page == 0: Climate { + height: parent.height; is-night: is-night; weather: weather; }