summaryrefslogtreecommitdiff
path: root/features/HomeForm.ui.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 15:21:57 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 15:21:57 +0700
commit6d6349c2b00a74d5cbe5cb354f26f5ed028688cb (patch)
tree410e65d980883ce60208837a936c13569c05789f /features/HomeForm.ui.qml
parentcbd22506b7d0cec453e1a56d72faf07c57ee3a4f (diff)
update guides for `homeForm`
Diffstat (limited to 'features/HomeForm.ui.qml')
-rw-r--r--features/HomeForm.ui.qml4
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
}
}