FIX: 32x32 icons size

This commit is contained in:
Alexander Koblov 2017-03-13 17:30:43 +00:00
commit 3e6e697fdc

View file

@ -1202,7 +1202,7 @@ begin
if gIconsSize <= ICON_SIZES[0] then
iIconSize := SHIL_SMALL
else if gIconsSize <= ICON_SIZES[1] then
else if gIconsSize <= ICON_SIZES[2] then
iIconSize := SHIL_LARGE
else begin
iIconSize := SHIL_EXTRALARGE;