Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
peazip authored Oct 26, 2024
1 parent e6e53cf commit d51319f
Show file tree
Hide file tree
Showing 45 changed files with 24,273 additions and 27,963 deletions.
4 changes: 2 additions & 2 deletions peazip-sources/dev/img_utils.pas
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@ procedure get_pformscaling(var refsize, qscale, qscaleimages:integer);
if qscale<880 then qscale:=800 //128
else qscale:=1000; //160
qscaleimages:=qscale;
case qscaleimages of //avoid some multiples that usually does not scale well, falling back to alternative similar scaling factor
{case qscaleimages of //avoid some multiples that usually does not scale well, falling back to alternative similar scaling factor
125: qscaleimages:=115;
250: qscaleimages:=200;
end;
end;}
end;

function setpbitmap(var abitmap:TBitmap; virtualsize:integer):integer;//wrapper for resize_bitmap for square icons
Expand Down
Loading

0 comments on commit d51319f

Please sign in to comment.