1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 16:12:54 +08:00

Increase padding on mod section title (#6916)

Increase padding on mod section title
This commit is contained in:
Dean Herbert 2019-11-25 12:28:38 +09:00 committed by GitHub
commit 22bdc8435d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ namespace osu.Game.Overlays.Mods
Spacing = new Vector2(50f, 0f), Spacing = new Vector2(50f, 0f),
Margin = new MarginPadding Margin = new MarginPadding
{ {
Top = 6, Top = 20,
}, },
AlwaysPresent = true AlwaysPresent = true
}, },