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 eff3f921..001c3cc1 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -152,7 +152,7 @@ FocusScope { | |||
152 | PropertyChanges {target: background; color: Kube.Colors.highlightColor; opacity: 0.6} | 152 | PropertyChanges {target: background; color: Kube.Colors.highlightColor; opacity: 0.6} |
153 | PropertyChanges {target: subject; color: Kube.Colors.highlightedTextColor} | 153 | PropertyChanges {target: subject; color: Kube.Colors.highlightedTextColor} |
154 | PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor} | 154 | PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor} |
155 | PropertyChanges {target: date; color: Kube.Colors.highlightedTextColor} | 155 | PropertyChanges {target: date; visible: false} |
156 | PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor} | 156 | PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor} |
157 | PropertyChanges {target: buttons; visible: true} | 157 | PropertyChanges {target: buttons; visible: true} |
158 | } | 158 | } |