mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: 32x32 icons size
This commit is contained in:
parent
09feb2838d
commit
3e6e697fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue