From ab2f02797185ecef1a6b77f8ea78a65eb8e1920e Mon Sep 17 00:00:00 2001
From: Anatasof Wirapraja <anatasof.wirapraja@gmail.com>
Date: Fri, 13 Sep 2019 18:35:17 +0700
Subject: fixed error in TaskList

---
 pages/HomeForm.ui.qml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml
index ebee4c0..278bf57 100644
--- a/pages/HomeForm.ui.qml
+++ b/pages/HomeForm.ui.qml
@@ -46,13 +46,12 @@ Rectangle {
                 verticalAlignment: Qt.AlignVCenter
                 Layout.fillWidth: true
             }
-            ToolButton {
-            }
+            ToolButton {}
         }
     }
 
     TaskList {
-        height: 72
+        height: parent.height
         anchors.top: toolbar.bottom
         anchors.topMargin: 8
         anchors.right: parent.right
-- 
cgit v1.2.3