summaryrefslogtreecommitdiff
path: root/Home.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Home.qml')
-rw-r--r--Home.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Home.qml b/Home.qml
index 99448d2..27f1fd0 100644
--- a/Home.qml
+++ b/Home.qml
@@ -3,4 +3,8 @@ import "pages"
HomeForm {
menuButton.onClicked: drawer.visible = !drawer.visible
+
+ TaskList {
+ anchors.top: toolbar.bottom
+ }
}