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;