mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 21:53:21 +08:00
Adjust InfoColumn spacing
This commit is contained in:
parent
c12fc67887
commit
4f312ae6bc
@ -120,7 +120,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FillDirection.Vertical,
|
||||
Spacing = new Vector2(0, 2),
|
||||
Spacing = new Vector2(0, 1),
|
||||
Children = new[]
|
||||
{
|
||||
text = new OsuSpriteText
|
||||
|
Loading…
Reference in New Issue
Block a user