summaryrefslogtreecommitdiff
path: root/features/TaskDetailForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'features/TaskDetailForm.ui.qml')
-rw-r--r--features/TaskDetailForm.ui.qml6
1 files changed, 5 insertions, 1 deletions
diff --git a/features/TaskDetailForm.ui.qml b/features/TaskDetailForm.ui.qml
index e032321..429a99d 100644
--- a/features/TaskDetailForm.ui.qml
+++ b/features/TaskDetailForm.ui.qml
@@ -39,6 +39,10 @@ Page {
}
ScrollView {
id: contentView
+ clip: true
+ contentHeight: ticketBriefForm.height + separator.height + listView.height
+ anchors.bottom: parent.bottom
+ anchors.bottomMargin: 0
anchors.right: parent.right
anchors.rightMargin: 0
anchors.left: parent.left
@@ -78,7 +82,7 @@ Page {
ListView {
id: listView
keyNavigationWraps: true
- interactive: true
+ interactive: false
anchors.right: parent.right
anchors.rightMargin: 0
anchors.left: parent.left