Focus message search window's search field by default

BUG: 469879
(cherry picked from commit 69bfa1394c)
This commit is contained in:
Nate Graham
2023-05-18 17:05:07 -06:00
parent 9493530b9c
commit 5a1a3fbd06

View File

@@ -28,6 +28,7 @@ Kirigami.ScrollablePage {
header: RowLayout {
Kirigami.SearchField {
id: searchField
focus: true
Layout.topMargin: Kirigami.Units.smallSpacing
Layout.leftMargin: Kirigami.Units.smallSpacing
Layout.fillWidth: true