diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-29 16:08:15 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-29 16:08:15 +0200 |
commit | bd4dc4fdcfd5dc365892846bdd09f23ba747bce9 (patch) | |
tree | 908501b00785430fba23f99de4db2e03833159bc /components/accounts/contents/ui/AccountWizardPage.qml | |
parent | 1ff201610f86e3fc2453fdb6f44338202130596c (diff) | |
download | kube-bd4dc4fdcfd5dc365892846bdd09f23ba747bce9.tar.gz kube-bd4dc4fdcfd5dc365892846bdd09f23ba747bce9.zip |
introduce Kube.Heading
Diffstat (limited to 'components/accounts/contents/ui/AccountWizardPage.qml')
-rw-r--r-- | components/accounts/contents/ui/AccountWizardPage.qml | 3 |
1 files changed, 1 insertions, 2 deletions
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 |