From aa996d7ccb08fa2f7b873a9ded9944e6ccd81551 Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 14:38:30 +0200 Subject: [PATCH] 1786192710 --- dashboard/ui/climate.slint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboard/ui/climate.slint b/dashboard/ui/climate.slint index 47e844e..d570c58 100644 --- a/dashboard/ui/climate.slint +++ b/dashboard/ui/climate.slint @@ -123,6 +123,8 @@ export component Climate inherits Rectangle { horizontal-alignment: right; } } + + Rectangle { } } }