summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/AccountWizard.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r--components/accounts/contents/ui/AccountWizard.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml
index 187741b9..38bf19cb 100644
--- a/components/accounts/contents/ui/AccountWizard.qml
+++ b/components/accounts/contents/ui/AccountWizard.qml
@@ -54,11 +54,6 @@ Kube.Popup {
54 id: mainView 54 id: mainView
55 55
56 FocusScope { 56 FocusScope {
57 onActiveFocusChanged: {
58 if (activeFocus) {
59 layout.children[0].forceActiveFocus(Qt.TabFocusReason)
60 }
61 }
62 Kube.Heading { 57 Kube.Heading {
63 id: heading 58 id: heading
64 text: qsTr("Select your new account type") 59 text: qsTr("Select your new account type")