Auto-focus the input

This commit is contained in:
Loren Burkholder 2021-10-05 19:55:53 -04:00
parent 484845c130
commit 6a327e0db3

View file

@ -48,6 +48,7 @@ ApplicationWindow {
MatrixTextField { MatrixTextField {
id: input id: input
focus: true
Layout.fillWidth: true Layout.fillWidth: true
} }