diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-13 18:35:17 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-13 18:35:17 +0700 |
commit | ab2f02797185ecef1a6b77f8ea78a65eb8e1920e (patch) | |
tree | f04a97b4d9c9cc09aa41fd6a1fff7c64c11263a4 /pages/HomeForm.ui.qml | |
parent | 9ec42c7e9c4a96d54bbf526cbd93f07c78e2415e (diff) |
fixed error in TaskList
Diffstat (limited to 'pages/HomeForm.ui.qml')
-rw-r--r-- | pages/HomeForm.ui.qml | 5 |
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 |