summaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-10-24 11:40:07 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-10-24 11:40:07 +0200
commit9be2b6515cf538673babda8764219b9af9691f6f (patch)
tree2930e27ce309395e0e6b527112ee3426909d214c /accounts
parent7fcc3af36df139d5aac05ec573fb98c3d550cdd5 (diff)
downloadkube-9be2b6515cf538673babda8764219b9af9691f6f.tar.gz
kube-9be2b6515cf538673babda8764219b9af9691f6f.zip
use theme color instead of opacity
Diffstat (limited to 'accounts')
-rw-r--r--accounts/imap/package/contents/ui/ImapAccountSettings.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/accounts/imap/package/contents/ui/ImapAccountSettings.qml b/accounts/imap/package/contents/ui/ImapAccountSettings.qml
index 83886572..01fbb46d 100644
--- a/accounts/imap/package/contents/ui/ImapAccountSettings.qml
+++ b/accounts/imap/package/contents/ui/ImapAccountSettings.qml
@@ -61,8 +61,9 @@ Item {
61 width: parent.width 61 width: parent.width
62 62
63 text: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube. For information about which SMTP, IMAP server, which authentification and port to be used, please contact your email provider" 63 text: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube. For information about which SMTP, IMAP server, which authentification and port to be used, please contact your email provider"
64 //TODO wait for kirgami theme disabled text color 64
65 opacity: 0.5 65 color: Kirigami.Theme.disabledTextColor
66
66 wrapMode: Text.Wrap 67 wrapMode: Text.Wrap
67 } 68 }
68 69