diff options
Diffstat (limited to 'Today.qml')
-rw-r--r-- | Today.qml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,4 +4,7 @@ import "forms" DayForm { title: qsTr("Today") contentLabel.text: qsTr("Load `contentView` here") + TaskList { + anchors.bottom: contentLabel.top + } } |