mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Use default placeholder text on chat channel search box
This commit is contained in:
@ -115,11 +115,7 @@ namespace osu.Game.Overlays.Chat.Selection
|
||||
Font = OsuFont.GetFont(size: 20),
|
||||
Shadow = false,
|
||||
},
|
||||
search = new HeaderSearchTextBox
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
PlaceholderText = @"Search",
|
||||
},
|
||||
search = new HeaderSearchTextBox { RelativeSizeAxes = Axes.X },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user