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,
},