From 006749a7583b69b4587f5b0b4073487f859ffea5 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 19 Apr 2017 14:26:00 +0200 Subject: use more kube controls in account --- components/accounts/contents/ui/AccountWizard.qml | 2 +- components/accounts/contents/ui/AccountWizardPage.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'components') diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index d108b013..fe61d81a 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml @@ -55,7 +55,7 @@ Kube.Popup { anchors.centerIn: parent width: parent.width * 0.4 - spacing: Kirigami.Units.largeSpacing + spacing: Kube.Units.largeSpacing Repeater { //TODO replace by model of available accounts diff --git a/components/accounts/contents/ui/AccountWizardPage.qml b/components/accounts/contents/ui/AccountWizardPage.qml index b693ea11..07fbc73f 100644 --- a/components/accounts/contents/ui/AccountWizardPage.qml +++ b/components/accounts/contents/ui/AccountWizardPage.qml @@ -58,7 +58,7 @@ Item { color: Kube.Colors.highlightColor } - Kirigami.Label { + Kube.Label { id: subHeadline anchors { -- cgit v1.2.3