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