Remember size of window from "Verify Checksums" function
Moderators: petermad, Stefan2, Hacker
Remember size of window from "Verify Checksums" function
I really like to see checksum verify progress on filenames with long path but have to resize window EVERY TIME I use that "verify checksum" function. Please add option to remember that window size.
Re: Remember size of window from "Verify Checksums" function
This is partly solved with Autorun beta (Installation) by setting the dimensions relative to 96 DPI.
autorun.cfg:
Saving sizes with /SAVE:12 for this dialog, unfortunately, doesn't work.
autorun.cfg:
Code: Select all
LoadLibrary Plugins\Autorun_ModifyDialogs.dll
#————————————————————————————————————————————
# Centering, setting the width and height of the checksum verification window:
AddDialog /CENTER:7 /W:1000 /H:500 TProgressDialog
ModifyDialogsOverquoting is evil! 👎

