summaryrefslogtreecommitdiff
path: root/pages/TaskListForm.ui.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-06 15:19:12 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-06 15:19:12 +0700
commit0213baa65fde3f620da93fb0763e940afa4b257e (patch)
treeffa9780527d43ed51d9bc194bb5f1af2ebc4665c /pages/TaskListForm.ui.qml
parenta9c32bbe27160dc1b0c14260a91716db14fdd1b1 (diff)
fixed error in anchors
Diffstat (limited to 'pages/TaskListForm.ui.qml')
-rw-r--r--pages/TaskListForm.ui.qml3
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
}
}
}