1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:03:13 +08:00

Use default placeholder text on chat channel search box

This commit is contained in:
Joehu 2019-12-14 12:58:13 -08:00
parent 6eac5d03ad
commit 5af363c920

View File

@ -115,11 +115,7 @@ namespace osu.Game.Overlays.Chat.Selection
Font = OsuFont.GetFont(size: 20), Font = OsuFont.GetFont(size: 20),
Shadow = false, Shadow = false,
}, },
search = new HeaderSearchTextBox search = new HeaderSearchTextBox { RelativeSizeAxes = Axes.X },
{
RelativeSizeAxes = Axes.X,
PlaceholderText = @"Search",
},
}, },
}, },
}, },