mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Add HoldFocus and ReleaseFocusOnCommit attributes to searchbar
This commit is contained in:
parent
254039b8fe
commit
cd84200ad9
@ -64,6 +64,8 @@ namespace osu.Game.Overlays.Dashboard
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
Height = search_textbox_height,
|
||||
ReleaseFocusOnCommit = false,
|
||||
HoldFocus = true,
|
||||
PlaceholderText = HomeStrings.SearchPlaceholder,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user