summaryrefslogtreecommitdiff
path: root/Today.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Today.qml')
-rw-r--r--Today.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Today.qml b/Today.qml
index a1fd613..4b08fae 100644
--- a/Today.qml
+++ b/Today.qml
@@ -4,4 +4,7 @@ import "forms"
DayForm {
title: qsTr("Today")
contentLabel.text: qsTr("Load `contentView` here")
+ TaskList {
+ anchors.bottom: contentLabel.top
+ }
}