From c28584e8a866ed0b270e0ef741b266c0677831dc Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Jul 2017 01:56:22 +0200 Subject: Underline in maillistview as well --- 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 20012576..456091ba 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml @@ -139,7 +139,7 @@ FocusScope { when: listView.currentIndex == index && !mouseArea.drag.active PropertyChanges {target: background; color: Kube.Colors.highlightColor} - PropertyChanges {target: subject; color: Kube.Colors.highlightedTextColor} + PropertyChanges {target: subject; color: Kube.Colors.highlightedTextColor; font.underline: listView.activeFocus} PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor} PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor} PropertyChanges {target: date; visible: false} -- cgit v1.2.3