mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:03:22 +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,
|
AutoSizeAxes = Axes.Both,
|
||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
Spacing = new Vector2(0, 2),
|
Spacing = new Vector2(0, 1),
|
||||||
Children = new[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
text = new OsuSpriteText
|
text = new OsuSpriteText
|
||||||
|
Loading…
Reference in New Issue
Block a user