summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailListView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-26 11:31:33 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-26 11:31:33 +0200
commit7edf665dbac268595dda5d9e5363975af71198f2 (patch)
tree1af94ecb2f2eb2e41d60711b47d38cea0bb16183 /framework/qml/MailListView.qml
parent4b75f2e03fa833f3073ce8a04d936d840b4af2ca (diff)
downloadkube-7edf665dbac268595dda5d9e5363975af71198f2.tar.gz
kube-7edf665dbac268595dda5d9e5363975af71198f2.zip
hide date on hover so the buttons can shine
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r--framework/qml/MailListView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml
index eff3f921..001c3cc1 100644
--- a/framework/qml/MailListView.qml
+++ b/framework/qml/MailListView.qml
@@ -152,7 +152,7 @@ FocusScope {
152 PropertyChanges {target: background; color: Kube.Colors.highlightColor; opacity: 0.6} 152 PropertyChanges {target: background; color: Kube.Colors.highlightColor; opacity: 0.6}
153 PropertyChanges {target: subject; color: Kube.Colors.highlightedTextColor} 153 PropertyChanges {target: subject; color: Kube.Colors.highlightedTextColor}
154 PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor} 154 PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor}
155 PropertyChanges {target: date; color: Kube.Colors.highlightedTextColor} 155 PropertyChanges {target: date; visible: false}
156 PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor} 156 PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor}
157 PropertyChanges {target: buttons; visible: true} 157 PropertyChanges {target: buttons; visible: true}
158 } 158 }