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