diff options
-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 |