diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 17:09:08 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 17:09:08 +0200 |
commit | 23c08a63743c8e904a474df2a5dd9e733938b097 (patch) | |
tree | f6eee2df8e48afceb2130492b8e8998712d83481 /components/package/contents/ui/EditAccount.qml | |
parent | a4e3825d5b22c69e7d2145dc6cdeed055034a563 (diff) | |
download | kube-23c08a63743c8e904a474df2a5dd9e733938b097.tar.gz kube-23c08a63743c8e904a474df2a5dd9e733938b097.zip |
port editaccount to kube theme
Diffstat (limited to 'components/package/contents/ui/EditAccount.qml')
-rw-r--r-- | components/package/contents/ui/EditAccount.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/package/contents/ui/EditAccount.qml b/components/package/contents/ui/EditAccount.qml index 99a5f457..8618ec91 100644 --- a/components/package/contents/ui/EditAccount.qml +++ b/components/package/contents/ui/EditAccount.qml | |||
@@ -24,6 +24,7 @@ import QtQuick.Controls 2.0 as Controls2 | |||
24 | import org.kde.kirigami 1.0 as Kirigami | 24 | import org.kde.kirigami 1.0 as Kirigami |
25 | 25 | ||
26 | import org.kube.framework.accounts 1.0 as KubeAccounts | 26 | import org.kube.framework.accounts 1.0 as KubeAccounts |
27 | import org.kube.components.theme 1.0 as KubeTheme | ||
27 | 28 | ||
28 | Item { | 29 | Item { |
29 | id: root | 30 | id: root |
@@ -44,7 +45,7 @@ Item { | |||
44 | Kirigami.Heading { | 45 | Kirigami.Heading { |
45 | id: heading | 46 | id: heading |
46 | text: loader.item.heading | 47 | text: loader.item.heading |
47 | color: Kirigami.Theme.highlightColor | 48 | color: KubeTheme.Colors.highlightColor |
48 | } | 49 | } |
49 | 50 | ||
50 | Kirigami.Label { | 51 | Kirigami.Label { |
@@ -57,7 +58,7 @@ Item { | |||
57 | 58 | ||
58 | width: parent.width | 59 | width: parent.width |
59 | text: loader.item.subheadline | 60 | text: loader.item.subheadline |
60 | color: Kirigami.Theme.disabledTextColor | 61 | color: KubeTheme.Colors.disabledTextColor |
61 | wrapMode: Text.Wrap | 62 | wrapMode: Text.Wrap |
62 | } | 63 | } |
63 | 64 | ||