1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 10:07:36 +08:00

Remove redundant spacing in ControlItem test scene

This commit is contained in:
Jai Sharma 2022-03-16 11:57:11 +00:00
parent e38d9eafa0
commit c2e4779c2e

View File

@ -91,7 +91,6 @@ namespace osu.Game.Tests.Visual.Online
flow = new FillFlowContainer
{
Direction = FillDirection.Vertical,
Spacing = new Vector2(20),
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
},