mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Default icons size
This commit is contained in:
parent
f8dd7d0751
commit
147cbde8d0
1 changed files with 0 additions and 6 deletions
|
|
@ -30,10 +30,6 @@ uses
|
|||
|
||||
type
|
||||
|
||||
{ TImageList }
|
||||
|
||||
TImageList = class(Controls.TImageList);
|
||||
|
||||
{ TdmComData }
|
||||
|
||||
TdmComData = class(TDataModule)
|
||||
|
|
@ -184,8 +180,6 @@ begin
|
|||
end;
|
||||
end;
|
||||
|
||||
I:= AResolutions2[0];
|
||||
Images.SetWidthHeight(I, I);
|
||||
Images.RegisterResolutions(AResolutions2);
|
||||
|
||||
for AName in ANames do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue