summaryrefslogtreecommitdiff
path: root/Future.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Future.qml')
-rw-r--r--Future.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Future.qml b/Future.qml
index 6550ad5..33b66fd 100644
--- a/Future.qml
+++ b/Future.qml
@@ -4,4 +4,7 @@ import "forms"
DayForm {
title: qsTr("Future task")
contentLabel.text: qsTr("You are back to the future.")
+ TaskList {
+ anchors.bottom: contentLabel.top
+ }
}