diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-30 12:29:51 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-30 12:29:51 +0200 |
commit | 5b47bea3e75c3d03e99d956f3a437c4f8af77d1b (patch) | |
tree | 4ba8b6fe335915b642054578f7d597598b91bab7 | |
parent | 15fc8cb879f4fa2f899a827e13bfecf0b966379d (diff) | |
download | kube-5b47bea3e75c3d03e99d956f3a437c4f8af77d1b.tar.gz kube-5b47bea3e75c3d03e99d956f3a437c4f8af77d1b.zip |
use kube theme in AccountWizard
-rw-r--r-- | components/accounts/contents/ui/AccountWizard.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index e3d12638..802f44a3 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml | |||
@@ -20,6 +20,7 @@ import QtQuick 2.7 | |||
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | import QtQuick.Controls 2.0 as Controls2 | 21 | import QtQuick.Controls 2.0 as Controls2 |
22 | import org.kde.kirigami 1.0 as Kirigami | 22 | import org.kde.kirigami 1.0 as Kirigami |
23 | import org.kube.components.theme 1.0 as KubeTheme | ||
23 | 24 | ||
24 | Controls2.Popup { | 25 | Controls2.Popup { |
25 | id: popup | 26 | id: popup |
@@ -49,7 +50,7 @@ Controls2.Popup { | |||
49 | Kirigami.Heading { | 50 | Kirigami.Heading { |
50 | id: heading | 51 | id: heading |
51 | text: "Select your new account type" | 52 | text: "Select your new account type" |
52 | color: Kirigami.Theme.highlightColor | 53 | color: KubeTheme.Colors.highlightColor |
53 | } | 54 | } |
54 | 55 | ||
55 | ColumnLayout { | 56 | ColumnLayout { |