diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-27 11:46:16 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-27 11:46:52 +0200 |
commit | 62d4c35bb7de92e6edd79ad798c373c77e1827fb (patch) | |
tree | cbe95aa59de976f3668a58be4a8b9ad092284a39 /components | |
parent | d3b4bc93e94ffaca038e84441a9c74e731f2ddad (diff) | |
download | kube-62d4c35bb7de92e6edd79ad798c373c77e1827fb.tar.gz kube-62d4c35bb7de92e6edd79ad798c373c77e1827fb.zip |
Require a tab to get to the first element.
Diffstat (limited to 'components')
-rw-r--r-- | components/accounts/contents/ui/AccountWizard.qml | 5 |
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") |