diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-25 06:37:32 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-25 06:37:32 +0200 |
commit | c545ad147bf0faba6192ac947dbb018aca0154e2 (patch) | |
tree | 99eb506915f42440d86dbe40d93aeff66393a459 /framework/qml/MailListView.qml | |
parent | 83209b5ea692619278499d7ad3c087ed96ebbbf0 (diff) | |
download | kube-c545ad147bf0faba6192ac947dbb018aca0154e2.tar.gz kube-c545ad147bf0faba6192ac947dbb018aca0154e2.zip |
Use the highlighted property
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 efc86a77..550880ed 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -147,7 +147,7 @@ FocusScope { | |||
147 | fill: parent | 147 | fill: parent |
148 | margins: Kube.Units.smallSpacing | 148 | margins: Kube.Units.smallSpacing |
149 | } | 149 | } |
150 | property color unreadColor: (model.unread && !delegateRoot.ListView.isCurrentItem) ? Kube.Colors.highlightColor : delegateRoot.textColor | 150 | property color unreadColor: (model.unread && !delegateRoot.highlighted) ? Kube.Colors.highlightColor : delegateRoot.textColor |
151 | 151 | ||
152 | Column { | 152 | Column { |
153 | anchors { | 153 | anchors { |