diff options
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
139 | when: listView.currentIndex == index && !mouseArea.drag.active | 139 | when: listView.currentIndex == index && !mouseArea.drag.active |
140 | 140 | ||
141 | PropertyChanges {target: background; color: Kube.Colors.highlightColor} | 141 | PropertyChanges {target: background; color: Kube.Colors.highlightColor} |
142 | PropertyChanges {target: subject; color: Kube.Colors.highlightedTextColor} | 142 | PropertyChanges {target: subject; color: Kube.Colors.highlightedTextColor; font.underline: listView.activeFocus} |
143 | PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor} | 143 | PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor} |
144 | PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor} | 144 | PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor} |
145 | PropertyChanges {target: date; visible: false} | 145 | PropertyChanges {target: date; visible: false} |