Set default focus

This commit is contained in:
David Rowe 2016-03-08 14:03:54 +13:00
parent 09390ffffd
commit 2f91b29c06

View file

@ -153,5 +153,5 @@ ModalWindow {
}
}
Component.onCompleted: d.resize()
Component.onCompleted: { d.resize(); textResult.forceActiveFocus(); }
}