diff options
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
179 | PropertyChanges {target: mouseArea; cursorShape: Qt.ClosedHandCursor} | 179 | PropertyChanges {target: mouseArea; cursorShape: Qt.ClosedHandCursor} |
180 | PropertyChanges {target: delegateRoot; x: x; y: y} | 180 | PropertyChanges {target: delegateRoot; x: x; y: y} |
181 | PropertyChanges {target: delegateRoot; parent: root} | 181 | PropertyChanges {target: delegateRoot; parent: root} |
182 | PropertyChanges {target: delegateRoot; opacity: 0.7} | 182 | PropertyChanges {target: delegateRoot; opacity: 0.2} |
183 | PropertyChanges {target: delegateRoot; highlighted: true} | 183 | PropertyChanges {target: delegateRoot; highlighted: true} |
184 | } | 184 | } |
185 | ] | 185 | ] |