Implement RankingsSortTabControl component

This commit is contained in:
Andrei Zavatski
2020-07-13 01:22:05 +03:00
parent 57cfdb82ce
commit 6eec2f9429
4 changed files with 57 additions and 5 deletions

View File

@ -86,7 +86,7 @@ namespace osu.Game.Overlays.Comments
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Font = OsuFont.GetFont(size: 12),
Font = OsuFont.GetFont(size: 12, weight: FontWeight.SemiBold),
Text = @"Show deleted"
}
},