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