From 6d6349c2b00a74d5cbe5cb354f26f5ed028688cb Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Fri, 20 Sep 2019 15:21:57 +0700 Subject: update guides for `homeForm` --- features/HomeForm.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'features/HomeForm.ui.qml') 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 } } -- cgit v1.2.3