summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-13 18:35:17 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-13 18:35:17 +0700
commitab2f02797185ecef1a6b77f8ea78a65eb8e1920e (patch)
treef04a97b4d9c9cc09aa41fd6a1fff7c64c11263a4
parent9ec42c7e9c4a96d54bbf526cbd93f07c78e2415e (diff)
fixed error in TaskList
-rw-r--r--pages/HomeForm.ui.qml5
1 files 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