SortSelector -> SortTabControl

This commit is contained in:
Dean Herbert
2019-10-14 21:32:41 +09:00
parent e191c2c50e
commit 89f270a19a
3 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ namespace osu.Game.Overlays.Comments
Font = OsuFont.GetFont(size: font_size),
Text = @"Sort by"
},
new SortSelector
new SortTabControl
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,