diff --git a/dashboard/ui/climate.slint b/dashboard/ui/climate.slint index ac41542..a2c4916 100644 --- a/dashboard/ui/climate.slint +++ b/dashboard/ui/climate.slint @@ -34,6 +34,8 @@ export component Climate inherits Rectangle { HorizontalBox { height: parent.height; + Rectangle { } + if weather.kind == "sun": Image { colorize: Palette.foreground; width: 120px;