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:
parent
e3e92f4302
commit
5801ed7b1a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user