From cefcf7707eb6b077d7496f0655405f357a508357 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 24 Apr 2017 21:11:42 +0200 Subject: Show mail delegate buttons on hover Currently hides the date, so that will need fixing. --- framework/qml/MailListView.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/qml') diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 97a222a7..80d18256 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml @@ -148,6 +148,7 @@ Item { PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor} PropertyChanges {target: date; color: Kube.Colors.highlightedTextColor} PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor} + PropertyChanges {target: buttons; visible: true} } ] -- cgit v1.2.3