summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/TaskDetailForm.ui.qml25
1 files changed, 0 insertions, 25 deletions
diff --git a/features/TaskDetailForm.ui.qml b/features/TaskDetailForm.ui.qml
index 9e3c2a1..0a6540b 100644
--- a/features/TaskDetailForm.ui.qml
+++ b/features/TaskDetailForm.ui.qml
@@ -35,31 +35,6 @@ Page {
}
}
}
-
- StackView {
- id: contentView
- anchors.fill: parent
-
- TaskBriefForm {
- id: taskBriefForm
- anchors.top: parent.top
- anchors.topMargin: 0
- anchors.right: parent.right
- anchors.rightMargin: 0
- anchors.left: parent.left
- anchors.leftMargin: 0
- }
-
- TaskHistoryForm {
- id: taskHistoryForm
- anchors.right: parent.right
- anchors.rightMargin: 0
- anchors.left: parent.left
- anchors.leftMargin: 0
- anchors.top: taskBriefForm.bottom
- anchors.topMargin: 0
- }
- }
}
/*##^##