From 33012d30aa535be282fdab53a7eb8e258cb49397 Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 14:33:23 +0200 Subject: [PATCH] 1786192403 --- 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 b22acc3..7f81a96 100644 --- a/dashboard/ui/main.slint +++ b/dashboard/ui/main.slint @@ -133,7 +133,7 @@ export component AppWindow inherits Window { height: root.height - 64px; Rectangle { preferred-width: root.width; - height: parent.height; + preferred-height: parent.height; VerticalLayout { if root.page == 0: Climate { height: parent.height;