mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 04:19:53 +08:00
Fix button spacing in account creation overlay
This commit is contained in:
@@ -71,7 +71,7 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
Padding = new MarginPadding(20),
|
||||
Spacing = new Vector2(0, 5),
|
||||
Spacing = new Vector2(0, 7),
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new Container
|
||||
|
||||
Reference in New Issue
Block a user