summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/dashboard/Content.qml5
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(() => {