summaryrefslogtreecommitdiffstats
path: root/components/accounts
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-27 11:46:16 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-27 11:46:52 +0200
commit62d4c35bb7de92e6edd79ad798c373c77e1827fb (patch)
treecbe95aa59de976f3668a58be4a8b9ad092284a39 /components/accounts
parentd3b4bc93e94ffaca038e84441a9c74e731f2ddad (diff)
downloadkube-62d4c35bb7de92e6edd79ad798c373c77e1827fb.tar.gz
kube-62d4c35bb7de92e6edd79ad798c373c77e1827fb.zip
Require a tab to get to the first element.
Diffstat (limited to 'components/accounts')
-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")