summaryrefslogtreecommitdiff
path: root/Future.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-21 09:16:26 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-21 09:16:26 +0800
commit552fd78f70ad29490a7536d86a653a43c3c89a5f (patch)
tree678eee7bd2acfd6c2cf37a0615cd60999f62712a /Future.qml
parent061b0b205ea84a008bb52ef4f13dea77d9a37952 (diff)
Insert task list in the day form
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
+ }
}