mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
ADD: Adjust toolbar icon size
This commit is contained in:
parent
32489524d0
commit
d0bb64bd0a
1 changed files with 2 additions and 0 deletions
|
|
@ -1860,6 +1860,8 @@ begin
|
|||
// Adjust icons size
|
||||
gIconsSize:= AdjustIconSize(gIconsSize, gPixelsPerInch);
|
||||
gDiskIconsSize:= AdjustIconSize(gDiskIconsSize, gPixelsPerInch);
|
||||
gToolBarIconSize:= AdjustIconSize(gToolBarIconSize, gPixelsPerInch);
|
||||
gToolBarButtonSize:= AdjustIconSize(gToolBarButtonSize, gPixelsPerInch);
|
||||
// Set secondary variables for options that need restart.
|
||||
gShowIconsNew := gShowIcons;
|
||||
gIconsSizeNew := gIconsSize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue