Merge branch 'master' into remove-comments-page

This commit is contained in:
Dean Herbert
2020-07-14 07:59:53 +09:00
committed by GitHub
28 changed files with 213 additions and 77 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"
}
},