Revert back header for login form, fix incorrect spacing on header

This commit is contained in:
DrabWeb 2017-05-24 22:02:32 -03:00
parent 8e09b738b0
commit 9cad344401

View File

@ -66,8 +66,8 @@ namespace osu.Game.Overlays.Settings.Sections.General
{
new OsuSpriteText
{
Text = "LOG IN",
Margin = new MarginPadding { Bottom = 10 },
Text = "ACCOUNT",
Margin = new MarginPadding { Bottom = 5 },
Font = @"Exo2.0-Black",
},
form = new LoginForm()