1786192421
This commit is contained in:
@@ -133,10 +133,8 @@ export component AppWindow inherits Window {
|
|||||||
height: root.height - 64px;
|
height: root.height - 64px;
|
||||||
Rectangle {
|
Rectangle {
|
||||||
preferred-width: root.width;
|
preferred-width: root.width;
|
||||||
preferred-height: parent.height;
|
|
||||||
VerticalLayout {
|
VerticalLayout {
|
||||||
if root.page == 0: Climate {
|
if root.page == 0: Climate {
|
||||||
height: parent.height;
|
|
||||||
is-night: is-night;
|
is-night: is-night;
|
||||||
weather: weather;
|
weather: weather;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user