From b28a5387bb9d786e6f4f76ac65651bfa0387cb9a Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 14:32:16 +0200 Subject: [PATCH] 1786192336 --- dashboard/ui/climate.slint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboard/ui/climate.slint b/dashboard/ui/climate.slint index 138adc0..ac41542 100644 --- a/dashboard/ui/climate.slint +++ b/dashboard/ui/climate.slint @@ -32,6 +32,8 @@ export component Climate inherits Rectangle { in property is-night; HorizontalBox { + height: parent.height; + if weather.kind == "sun": Image { colorize: Palette.foreground; width: 120px;