mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Adjust spacing on map pool screen
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user