diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-03 22:35:22 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-03 22:35:22 +0200 |
commit | a29c865be92ed19dd9bbc4697279ff35cebd50b8 (patch) | |
tree | 037a0ce9fb1b29d8b13e7c164e499a80923ed60d /components/mail/contents/ui/Mail.qml | |
parent | 9681059c0fbb3c8fd9fd8ffcc8beecf4e837c48e (diff) | |
download | kube-a29c865be92ed19dd9bbc4697279ff35cebd50b8.tar.gz kube-a29c865be92ed19dd9bbc4697279ff35cebd50b8.zip |
make statusText visible by using a color that differs from the background
Diffstat (limited to 'components/mail/contents/ui/Mail.qml')
-rw-r--r-- | components/mail/contents/ui/Mail.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
337 | id: statusText | 337 | id: statusText |
338 | anchors.centerIn: parent | 338 | anchors.centerIn: parent |
339 | visible: false | 339 | visible: false |
340 | color: KubeTheme.Colors.textColor | 340 | color: KubeTheme.Colors.highlightedTextColor |
341 | states: [ | 341 | states: [ |
342 | State { | 342 | State { |
343 | name: "disconnected"; when: model.status == KubeAccountsFramework.AccountsModel.OfflineStatus | 343 | name: "disconnected"; when: model.status == KubeAccountsFramework.AccountsModel.OfflineStatus |