1786192688

This commit is contained in:
2026-08-08 14:38:08 +02:00
parent f0cf878383
commit 653179be2e

View File

@@ -31,9 +31,8 @@ export component Climate inherits Rectangle {
in property <WeatherData> weather; in property <WeatherData> weather;
in property <bool> is-night; in property <bool> is-night;
HorizontalBox { VerticalLayout {
height: parent.height; HorizontalLayout {
Rectangle { } Rectangle { }
if weather.kind == "sun": Image { if weather.kind == "sun": Image {
@@ -125,6 +124,7 @@ export component Climate inherits Rectangle {
} }
} }
} }
}
// Text { // Text {
// width: 150px; // width: 150px;