summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/MailListView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml
index 4cd4a19f..b1378eb4 100644
--- a/framework/qml/MailListView.qml
+++ b/framework/qml/MailListView.qml
@@ -154,6 +154,7 @@ FocusScope {
154 154
155 anchors.verticalCenter: parent.verticalCenter 155 anchors.verticalCenter: parent.verticalCenter
156 visible: (checked || delegateRoot.hovered) && !mouseArea.drag.active 156 visible: (checked || delegateRoot.hovered) && !mouseArea.drag.active
157 opacity: 0.9
157 } 158 }
158 159
159 Column { 160 Column {