mirror of
https://github.com/osukey/osukey.git
synced 2025-07-22 19:00:05 +09:00
Adjust InfoColumn spacing
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user