diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 01:56:22 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 01:56:22 +0200 |
commit | c28584e8a866ed0b270e0ef741b266c0677831dc (patch) | |
tree | 9902c735d22f4746997ecc5d36e8b3e93a6c865e /framework/qml/MailListView.qml | |
parent | 0d99be449a7410644e4fc744adfda1c7ccc31da3 (diff) | |
download | kube-c28584e8a866ed0b270e0ef741b266c0677831dc.tar.gz kube-c28584e8a866ed0b270e0ef741b266c0677831dc.zip |
Underline in maillistview as well
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} |