summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/AccountWizard.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-06-29 16:08:15 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-06-29 16:08:15 +0200
commitbd4dc4fdcfd5dc365892846bdd09f23ba747bce9 (patch)
tree908501b00785430fba23f99de4db2e03833159bc /components/accounts/contents/ui/AccountWizard.qml
parent1ff201610f86e3fc2453fdb6f44338202130596c (diff)
downloadkube-bd4dc4fdcfd5dc365892846bdd09f23ba747bce9.tar.gz
kube-bd4dc4fdcfd5dc365892846bdd09f23ba747bce9.zip
introduce Kube.Heading
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r--components/accounts/contents/ui/AccountWizard.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml
index 26001162..698f1d19 100644
--- a/components/accounts/contents/ui/AccountWizard.qml
+++ b/components/accounts/contents/ui/AccountWizard.qml
@@ -42,8 +42,7 @@ Kube.Popup {
42 id: mainView 42 id: mainView
43 43
44 Item { 44 Item {
45 //TODO Kube.Heading 45 Kube.Heading {
46 Kube.Label {
47 id: heading 46 id: heading
48 text: "Select your new account type" 47 text: "Select your new account type"
49 color: Kube.Colors.highlightColor 48 color: Kube.Colors.highlightColor