summaryrefslogtreecommitdiff
path: root/pages/TaskListForm.ui.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-06 15:58:09 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-06 15:58:09 +0700
commit96c7a600c194f89e9e0c30aeb716df4a93ad923a (patch)
treec8855f3fdefe2806eea6d393f7254c18707457be /pages/TaskListForm.ui.qml
parentd57dd7dce24f92721f3ff32667aa74f283571715 (diff)
fixed conflicting lines
Diffstat (limited to 'pages/TaskListForm.ui.qml')
-rw-r--r--pages/TaskListForm.ui.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pages/TaskListForm.ui.qml b/pages/TaskListForm.ui.qml
index 1142e96..5e5734c 100644
--- a/pages/TaskListForm.ui.qml
+++ b/pages/TaskListForm.ui.qml
@@ -4,7 +4,6 @@ import QtQuick.Controls.Material 2.12
import QtQuick.Layouts 1.3
ListView {
-<<<<<<< HEAD
width: 362
spacing: 12
property alias menuButton: menuButton
@@ -85,14 +84,4 @@ ListView {
icon.source: "/assets/add-24px.svg"
}
}
-=======
- width: 362
- spacing: 12
-
- Rectangle {
- id: rectangle
- anchors.fill: parent
- z: -1
- }
->>>>>>> 7331461b29097c08fcdd557461aedb78cfe243d1
}