Fix map pool screen vertical layout

This commit is contained in:
Dean Herbert 2020-03-13 14:09:09 +09:00
parent 00d7dc19cc
commit 30ad580993

View File

@ -50,7 +50,7 @@ namespace osu.Game.Tournament.Screens.MapPool
new MatchHeader(),
mapFlows = new FillFlowContainer<FillFlowContainer<TournamentBeatmapPanel>>
{
Y = 100,
Y = 160,
Spacing = new Vector2(10, 10),
Direction = FillDirection.Vertical,
RelativeSizeAxes = Axes.X,