1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 05:03:20 +08:00

Adjust spacing on map pool screen

This commit is contained in:
Dean Herbert 2018-11-16 19:49:17 +09:00
parent e3e92f4302
commit 5801ed7b1a

View File

@ -42,7 +42,7 @@ namespace osu.Game.Tournament.Screens.MapPool
maps = new FillFlowContainer<TournamentBeatmapPanel>
{
Y = 100,
Spacing = new Vector2(10),
Spacing = new Vector2(10, 20),
Padding = new MarginPadding(50),
Direction = FillDirection.Full,
RelativeSizeAxes = Axes.Both,