summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/package/contents/ui/FolderListView.qml13
1 files changed, 13 insertions, 0 deletions
diff --git a/components/package/contents/ui/FolderListView.qml b/components/package/contents/ui/FolderListView.qml
index c4626b59..e7db2905 100644
--- a/components/package/contents/ui/FolderListView.qml
+++ b/components/package/contents/ui/FolderListView.qml
@@ -124,6 +124,19 @@ Rectangle {
124 124
125 color: styleData.selected ? Kirigami.Theme.highlightColor : Kirigami.Theme.textColor 125 color: styleData.selected ? Kirigami.Theme.highlightColor : Kirigami.Theme.textColor
126 126
127 DropArea {
128 anchors.fill: parent
129
130 Rectangle {
131 anchors.fill: parent
132 color: Kirigami.Theme.viewBackgroundColor
133
134 opacity: 0.3
135
136 visible: parent.containsDrag
137 }
138 }
139
127 Text { 140 Text {
128 anchors { 141 anchors {
129 verticalCenter: parent.verticalCenter 142 verticalCenter: parent.verticalCenter