summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/MailListView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml
index 97a222a7..80d18256 100644
--- a/framework/qml/MailListView.qml
+++ b/framework/qml/MailListView.qml
@@ -148,6 +148,7 @@ Item {
148 PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor} 148 PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor}
149 PropertyChanges {target: date; color: Kube.Colors.highlightedTextColor} 149 PropertyChanges {target: date; color: Kube.Colors.highlightedTextColor}
150 PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor} 150 PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor}
151 PropertyChanges {target: buttons; visible: true}
151 } 152 }
152 ] 153 ]
153 154