From bd4dc4fdcfd5dc365892846bdd09f23ba747bce9 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 29 Jun 2017 16:08:15 +0200 Subject: introduce Kube.Heading --- components/accounts/contents/ui/AccountWizard.qml | 3 +-- components/accounts/contents/ui/AccountWizardPage.qml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'components/accounts/contents') 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 { id: mainView Item { - //TODO Kube.Heading - Kube.Label { + Kube.Heading { id: heading text: "Select your new account type" 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 { bottom: parent.bottom } - //TODO Kube.Heading - Kube.Label { + Kube.Heading { id: heading text: loader.item.heading color: Kube.Colors.highlightColor -- cgit v1.2.3