In TLMDCustomTaskDialog.SetupMainIcon and TDWCustomTaskDialog.SetupFooterIcon the icons are loaded hard coded with size 32 respectively 16.
If the user sets high dpi-resolutions, the size of the icons also should be bigger. I modify both functions to load Icons in scaled size.
Comments