diff options
-rw-r--r-- | components/accounts/contents/ui/AccountWizard.qml | 2 | ||||
-rw-r--r-- | components/accounts/contents/ui/AccountWizardPage.qml | 2 |
2 files changed, 2 insertions, 2 deletions
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 { | |||
55 | anchors.centerIn: parent | 55 | anchors.centerIn: parent |
56 | width: parent.width * 0.4 | 56 | width: parent.width * 0.4 |
57 | 57 | ||
58 | spacing: Kirigami.Units.largeSpacing | 58 | spacing: Kube.Units.largeSpacing |
59 | 59 | ||
60 | Repeater { | 60 | Repeater { |
61 | //TODO replace by model of available accounts | 61 | //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 { | |||
58 | color: Kube.Colors.highlightColor | 58 | color: Kube.Colors.highlightColor |
59 | } | 59 | } |
60 | 60 | ||
61 | Kirigami.Label { | 61 | Kube.Label { |
62 | id: subHeadline | 62 | id: subHeadline |
63 | 63 | ||
64 | anchors { | 64 | anchors { |