Increase spacing to closer match the design

This commit is contained in:
Dean Herbert 2019-10-25 12:48:34 +09:00
parent 07f7944fc6
commit e5b5d286fd
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ private void load(OsuColour colours)
AutoSizeAxes = Axes.Both, AutoSizeAxes = Axes.Both,
Direction = FillDirection.Horizontal, Direction = FillDirection.Horizontal,
Padding = new MarginPadding { Horizontal = 10, Vertical = 5 }, Padding = new MarginPadding { Horizontal = 10, Vertical = 5 },
Spacing = new Vector2(5), Spacing = new Vector2(10),
Children = new[] Children = new[]
{ {
new OsuSpriteText new OsuSpriteText