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 { } } }