Add revert-to-default glow for settings items

This commit is contained in:
Shane Woolcock
2017-10-21 12:42:11 +10:30
parent da5e7766fb
commit 2c7343e965
3 changed files with 89 additions and 7 deletions

View File

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