mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #777 from LorenDB/focusRoomSearch
Auto-focus search bar in room directory
This commit is contained in:
commit
7a9c69cbd0
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ ApplicationWindow {
|
|||
MatrixTextField {
|
||||
id: roomSearch
|
||||
|
||||
focus: true
|
||||
Layout.fillWidth: true
|
||||
selectByMouse: true
|
||||
font.pixelSize: fontMetrics.font.pixelSize
|
||||
|
|
Loading…
Reference in a new issue