mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Fix map pool screen vertical layout
This commit is contained in:
parent
00d7dc19cc
commit
30ad580993
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user