mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 03:03:00 +08:00
Adjust to allow for extra row
This commit is contained in:
parent
02af3eefbd
commit
ef0acde458
@ -254,7 +254,7 @@ namespace osu.Game.Tournament.Screens.MapPool
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (totalRows > 8)
|
if (totalRows > 9)
|
||||||
// remove horizontal padding to increase flow width to 3 panels
|
// remove horizontal padding to increase flow width to 3 panels
|
||||||
mapFlows.Padding = new MarginPadding(5);
|
mapFlows.Padding = new MarginPadding(5);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user