Merge remote-tracking branch 'refs/remotes/ppy/master' into comments-buttons

This commit is contained in:
Andrei Zavatski
2020-07-14 02:46:29 +03:00
26 changed files with 196 additions and 61 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"
}
},