1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 15:52:54 +08:00

Adjust to allow for extra row

This commit is contained in:
Dean Herbert 2020-03-13 14:12:56 +09:00
parent 02af3eefbd
commit ef0acde458

View File

@ -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
mapFlows.Padding = new MarginPadding(5);
}