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
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}