Tiny style fix, thanks Axel
This commit is contained in:
parent
2895c48c12
commit
c6b72ad6e4
@ -72,7 +72,7 @@ const int32 kMinimumIconSize = 16;
|
||||
const int32 kMaximumIconSize = 96;
|
||||
const int32 kIconSizeInterval = 8;
|
||||
const int32 kIconCacheCount = (kMaximumIconSize - kMinimumIconSize)
|
||||
/ kIconSizeInterval + 1;
|
||||
/ kIconSizeInterval + 1;
|
||||
|
||||
// update preferences message constant
|
||||
const uint32 kUpdatePreferences = 'Pref';
|
||||
|
Loading…
Reference in New Issue
Block a user