diff options
Diffstat (limited to 'components/accounts/contents/ui')
-rw-r--r-- | components/accounts/contents/ui/AccountWizard.qml | 3 | ||||
-rw-r--r-- | components/accounts/contents/ui/AccountWizardPage.qml | 3 |
2 files changed, 2 insertions, 4 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 |
diff --git a/components/accounts/contents/ui/AccountWizardPage.qml b/components/accounts/contents/ui/AccountWizardPage.qml index 12d8efd8..f0a49b10 100644 --- a/components/accounts/contents/ui/AccountWizardPage.qml +++ b/components/accounts/contents/ui/AccountWizardPage.qml | |||
@@ -52,8 +52,7 @@ Item { | |||
52 | bottom: parent.bottom | 52 | bottom: parent.bottom |
53 | } | 53 | } |
54 | 54 | ||
55 | //TODO Kube.Heading | 55 | Kube.Heading { |
56 | Kube.Label { | ||
57 | id: heading | 56 | id: heading |
58 | text: loader.item.heading | 57 | text: loader.item.heading |
59 | color: Kube.Colors.highlightColor | 58 | color: Kube.Colors.highlightColor |