From 9be2b6515cf538673babda8764219b9af9691f6f Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 24 Oct 2016 11:40:07 +0200 Subject: use theme color instead of opacity --- accounts/imap/package/contents/ui/ImapAccountSettings.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'accounts/imap/package/contents/ui/ImapAccountSettings.qml') 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 { width: parent.width 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" - //TODO wait for kirgami theme disabled text color - opacity: 0.5 + + color: Kirigami.Theme.disabledTextColor + wrapMode: Text.Wrap } -- cgit v1.2.3