diff options
| -rw-r--r-- | modules/dashboard/Content.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/dashboard/Content.qml b/modules/dashboard/Content.qml index 7809a27..650e974 100644 --- a/modules/dashboard/Content.qml +++ b/modules/dashboard/Content.qml @@ -106,8 +106,9 @@ Item { index: 2 sourceComponent: Performance {} } - + Pane { + index: 3 sourceComponent: Weather {} } } @@ -134,7 +135,7 @@ Item { component Pane: Loader { required property int index - + Layout.alignment: Qt.AlignTop Component.onCompleted: active = Qt.binding(() => { |