mirror of https://github.com/ppy/osu
Adjust to allow for extra row
This commit is contained in:
parent
02af3eefbd
commit
ef0acde458
|
@ -254,7 +254,7 @@ private void matchChanged(ValueChangedEvent<TournamentMatch> match)
|
|||
}
|
||||
}
|
||||
|
||||
if (totalRows > 8)
|
||||
if (totalRows > 9)
|
||||
// remove horizontal padding to increase flow width to 3 panels
|
||||
mapFlows.Padding = new MarginPadding(5);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue