IconSaver: bump max icon count to 384

300 wasn’t enough
This commit is contained in:
John Scipione 2014-01-27 15:13:28 -05:00
parent 8165696e02
commit 051d89e19c

View File

@ -37,7 +37,7 @@ static const int32 kMinIconWidthPercentage = 5;
static const int32 kMaxIconWidthPercentage = 20;
// same here
static const int32 kMinIconCount = 20;
static const int32 kMaxIconCount = 300;
static const int32 kMaxIconCount = 384;
const rgb_color kBackgroundColor = ui_color(B_DESKTOP_COLOR);