From 7edf665dbac268595dda5d9e5363975af71198f2 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 26 Apr 2017 11:31:33 +0200 Subject: hide date on hover so the buttons can shine --- framework/qml/MailListView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml') 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 { PropertyChanges {target: background; color: Kube.Colors.highlightColor; opacity: 0.6} PropertyChanges {target: subject; color: Kube.Colors.highlightedTextColor} PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor} - PropertyChanges {target: date; color: Kube.Colors.highlightedTextColor} + PropertyChanges {target: date; visible: false} PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor} PropertyChanges {target: buttons; visible: true} } -- cgit v1.2.3