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