mirror of
https://github.com/ppy/osu
synced 2025-01-25 15:23:02 +00:00
Merge branch 'master' into carousel-sizing
This commit is contained in:
commit
8d98b6ebd7
@ -47,8 +47,8 @@ namespace osu.Game.Tournament.Screens.MapPool
|
|||||||
mapFlows = new FillFlowContainer<FillFlowContainer<TournamentBeatmapPanel>>
|
mapFlows = new FillFlowContainer<FillFlowContainer<TournamentBeatmapPanel>>
|
||||||
{
|
{
|
||||||
Y = 100,
|
Y = 100,
|
||||||
Spacing = new Vector2(10, 20),
|
Spacing = new Vector2(10, 10),
|
||||||
Padding = new MarginPadding(50),
|
Padding = new MarginPadding(25),
|
||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
},
|
},
|
||||||
@ -218,7 +218,7 @@ namespace osu.Game.Tournament.Screens.MapPool
|
|||||||
{
|
{
|
||||||
mapFlows.Add(currentFlow = new FillFlowContainer<TournamentBeatmapPanel>
|
mapFlows.Add(currentFlow = new FillFlowContainer<TournamentBeatmapPanel>
|
||||||
{
|
{
|
||||||
Spacing = new Vector2(10, 20),
|
Spacing = new Vector2(10, 5),
|
||||||
Direction = FillDirection.Full,
|
Direction = FillDirection.Full,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y
|
AutoSizeAxes = Axes.Y
|
||||||
|
Loading…
Reference in New Issue
Block a user