DeviceVerification: focus info area by default
This commit is contained in:
parent
c9843bb2ff
commit
cf7786e6c6
|
@ -67,10 +67,6 @@ HFlickableColumnPage {
|
|||
CancelButton {
|
||||
id: cancelButton
|
||||
onClicked: page.close()
|
||||
Component.onCompleted: {
|
||||
page.previouslyFocused = window.activeFocusItem
|
||||
forceActiveFocus()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -132,6 +128,11 @@ HFlickableColumnPage {
|
|||
formatInfo(qsTr("Session key: "), "<b>"+page.ed25519Key+"</b>")
|
||||
)
|
||||
|
||||
Component.onCompleted: {
|
||||
page.previouslyFocused = window.activeFocusItem
|
||||
forceActiveFocus()
|
||||
}
|
||||
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user