summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Home.qml2
-rw-r--r--forms/HomeForm.ui.qml10
2 files changed, 2 insertions, 10 deletions
diff --git a/Home.qml b/Home.qml
index eb5f321..e07fbf7 100644
--- a/Home.qml
+++ b/Home.qml
@@ -41,4 +41,6 @@ HomeForm {
}
}
}
+
+ contentView.initialItem: Today {}
}
diff --git a/forms/HomeForm.ui.qml b/forms/HomeForm.ui.qml
index 7aeea4a..0eb77f0 100644
--- a/forms/HomeForm.ui.qml
+++ b/forms/HomeForm.ui.qml
@@ -60,15 +60,5 @@ Page {
StackView {
id: contentView
anchors.fill: parent
- initialItem: Page {
- id: page
- title: qsTr("Today")
-
- Label {
- text: qsTr("Load `contentView` here")
- anchors.verticalCenter: parent.verticalCenter
- anchors.horizontalCenter: parent.horizontalCenter
- }
- }
}
}