fix compact mode

This commit is contained in:
GenZmeY 2022-09-13 21:32:06 +03:00
parent 729c461a5c
commit e2c77d35e1

View File

@ -5,7 +5,7 @@ const HeaderWidthRatio = 0.30f;
const PlayerListWidthRatio = 0.6f;
const PlayerEntryHeightMod = 1.05f;
const CompactModePlayers = 5;
const CompactModePlayers = 16;
const ListItemsCompact = 16;
const ListItemsDefault = 12;