Merge branch 'master' into circular-button

This commit is contained in:
Dean Herbert
2018-08-02 20:25:45 +09:00
committed by GitHub
74 changed files with 678 additions and 628 deletions

View File

@ -51,7 +51,7 @@ namespace osu.Game.Overlays.Settings
{
new OsuSpriteText
{
Text = Header.ToUpper(),
Text = Header.ToUpperInvariant(),
Margin = new MarginPadding { Bottom = 10, Left = SettingsOverlay.CONTENT_MARGINS, Right = SettingsOverlay.CONTENT_MARGINS },
Font = @"Exo2.0-Black",
},