mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Reduce spacing in settings items
This commit is contained in:
parent
c77d3cd6bd
commit
741c3b8d21
@ -196,7 +196,7 @@ namespace osu.Game.Overlays.Settings
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
Spacing = new Vector2(0, 10),
|
Spacing = new Vector2(0, 5),
|
||||||
Child = Control = CreateControl(),
|
Child = Control = CreateControl(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user