mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:02:59 +08:00
Revert back header for login form, fix incorrect spacing on header
This commit is contained in:
parent
8e09b738b0
commit
9cad344401
@ -66,8 +66,8 @@ namespace osu.Game.Overlays.Settings.Sections.General
|
|||||||
{
|
{
|
||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
Text = "LOG IN",
|
Text = "ACCOUNT",
|
||||||
Margin = new MarginPadding { Bottom = 10 },
|
Margin = new MarginPadding { Bottom = 5 },
|
||||||
Font = @"Exo2.0-Black",
|
Font = @"Exo2.0-Black",
|
||||||
},
|
},
|
||||||
form = new LoginForm()
|
form = new LoginForm()
|
||||||
|
Loading…
Reference in New Issue
Block a user