From 9d196fecae23a1f1d2f7922a180e3122547f9e4c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 3 Jul 2018 18:19:17 +0200 Subject: Reduced opacity for dragged items We need to see what we're dropping on, so it's in general not great that we have to look through the item at all, but like this we can at least see something. --- framework/qml/MailListView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index f26041c2..90f3013b 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml @@ -179,7 +179,7 @@ FocusScope { PropertyChanges {target: mouseArea; cursorShape: Qt.ClosedHandCursor} PropertyChanges {target: delegateRoot; x: x; y: y} PropertyChanges {target: delegateRoot; parent: root} - PropertyChanges {target: delegateRoot; opacity: 0.7} + PropertyChanges {target: delegateRoot; opacity: 0.2} PropertyChanges {target: delegateRoot; highlighted: true} } ] -- cgit v1.2.3