diff options
Diffstat (limited to 'features/HomeForm.ui.qml')
-rw-r--r-- | features/HomeForm.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/HomeForm.ui.qml b/features/HomeForm.ui.qml index 1d82f31..8119e9e 100644 --- a/features/HomeForm.ui.qml +++ b/features/HomeForm.ui.qml @@ -8,9 +8,9 @@ Page { title: qsTr("Today") Label { - text: qsTr("this is today") - anchors.horizontalCenter: parent.horizontalCenter + text: qsTr("Load `contentView` here") anchors.verticalCenter: parent.verticalCenter + anchors.horizontalCenter: parent.horizontalCenter } } |