1786192688
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user