diff options
Diffstat (limited to 'Future.qml')
-rw-r--r-- | Future.qml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 + } } |