summaryrefslogtreecommitdiff
path: root/pages/TaskListForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/TaskListForm.ui.qml')
-rw-r--r--pages/TaskListForm.ui.qml20
1 files changed, 0 insertions, 20 deletions
diff --git a/pages/TaskListForm.ui.qml b/pages/TaskListForm.ui.qml
deleted file mode 100644
index 87f1b1c..0000000
--- a/pages/TaskListForm.ui.qml
+++ /dev/null
@@ -1,20 +0,0 @@
-import QtQuick 2.12
-import QtQuick.Controls 2.12
-import QtQuick.Controls.Material 2.12
-
-ListView {
- width: 362
- height: parent.height
- anchors.topMargin: 8
- anchors.right: parent.right
- anchors.rightMargin: 0
- anchors.left: parent.left
- anchors.leftMargin: 0
- spacing: 12
-
- Rectangle {
- id: rectangle
- anchors.fill: parent
- z: -1
- }
-}