mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
Set default focus
This commit is contained in:
parent
09390ffffd
commit
2f91b29c06
1 changed files with 1 additions and 1 deletions
|
@ -153,5 +153,5 @@ ModalWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: d.resize()
|
Component.onCompleted: { d.resize(); textResult.forceActiveFocus(); }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue