IconSaver: bump max icon count to 384
300 wasn’t enough
This commit is contained in:
@@ -37,7 +37,7 @@ static const int32 kMinIconWidthPercentage = 5;
|
|||||||
static const int32 kMaxIconWidthPercentage = 20;
|
static const int32 kMaxIconWidthPercentage = 20;
|
||||||
// same here
|
// same here
|
||||||
static const int32 kMinIconCount = 20;
|
static const int32 kMinIconCount = 20;
|
||||||
static const int32 kMaxIconCount = 300;
|
static const int32 kMaxIconCount = 384;
|
||||||
|
|
||||||
|
|
||||||
const rgb_color kBackgroundColor = ui_color(B_DESKTOP_COLOR);
|
const rgb_color kBackgroundColor = ui_color(B_DESKTOP_COLOR);
|
||||||
|
|||||||
Reference in New Issue
Block a user