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.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/features/TaskDetailForm.ui.qml b/features/TaskDetailForm.ui.qml
index ec6c4d1..bff578d 100644
--- a/features/TaskDetailForm.ui.qml
+++ b/features/TaskDetailForm.ui.qml
@@ -72,6 +72,11 @@ Page {
}
ListView {
id: listView
+ Rectangle {
+ color: "#eeeeee"
+ z: -1
+ anchors.fill: parent
+ }
anchors.bottom: parent.bottom
anchors.bottomMargin: 0
anchors.top: separator.bottom