Auto-focus the input

This commit is contained in:
Loren Burkholder 2021-10-05 19:55:53 -04:00
parent 484845c130
commit 6a327e0db3
1 changed files with 1 additions and 0 deletions

View File

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