mirror of
https://github.com/ppy/osu
synced 2025-02-20 12:26:59 +00:00
Increase spacing to closer match the design
This commit is contained in:
parent
07f7944fc6
commit
e5b5d286fd
@ -274,7 +274,7 @@ namespace osu.Game.Screens.Ranking.Pages
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FillDirection.Horizontal,
|
||||
Padding = new MarginPadding { Horizontal = 10, Vertical = 5 },
|
||||
Spacing = new Vector2(5),
|
||||
Spacing = new Vector2(10),
|
||||
Children = new[]
|
||||
{
|
||||
new OsuSpriteText
|
||||
|
Loading…
Reference in New Issue
Block a user