1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 15:30:06 +08:00

Adjust to allow for extra row

This commit is contained in:
Dean Herbert
2020-03-13 14:12:56 +09:00
Unverified
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
mapFlows.Padding = new MarginPadding(5);
}