diff options
-rw-r--r-- | Home.qml | 2 | ||||
-rw-r--r-- | forms/HomeForm.ui.qml | 10 |
2 files changed, 2 insertions, 10 deletions
@@ -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 - } - } } } |