From 0213baa65fde3f620da93fb0763e940afa4b257e Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Fri, 6 Sep 2019 15:19:12 +0700 Subject: fixed error in anchors --- pages/TaskListForm.ui.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pages/TaskListForm.ui.qml') diff --git a/pages/TaskListForm.ui.qml b/pages/TaskListForm.ui.qml index dd2d683..5e5734c 100644 --- a/pages/TaskListForm.ui.qml +++ b/pages/TaskListForm.ui.qml @@ -11,7 +11,7 @@ ListView { Rectangle { id: rectangle anchors.fill: parent - z: -1 + z: -1 ToolBar { id: toolbar @@ -51,7 +51,6 @@ ListView { Layout.fillWidth: true } ToolButton { - anchors.right: parent.right } } } -- cgit v1.2.3