diff options
| -rw-r--r-- | pages/TaskListForm.ui.qml | 3 | 
1 files changed, 1 insertions, 2 deletions
| 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                  }              }          } |