From a29c865be92ed19dd9bbc4697279ff35cebd50b8 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 3 Apr 2017 22:35:22 +0200 Subject: make statusText visible by using a color that differs from the background --- components/mail/contents/ui/Mail.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/mail') diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index 9f1a6ea1..af006c1b 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml @@ -337,7 +337,7 @@ Controls2.ApplicationWindow { id: statusText anchors.centerIn: parent visible: false - color: KubeTheme.Colors.textColor + color: KubeTheme.Colors.highlightedTextColor states: [ State { name: "disconnected"; when: model.status == KubeAccountsFramework.AccountsModel.OfflineStatus -- cgit v1.2.3