I've converted some of my pages to nsDialogs. If you look at the examples and have the patience too, it really is good for customizing layouts.🙂
What is the correct way to set bitmap size in an nsDialogs function?
nsDialogs::CreateItem /NOUNLOAD STATIC ${WS_VISIBLE}|${WS_CHILD}|${WS_CLIPSIBLINGS}|${SS_BITMAP} 0 0 0 109u 193u "" When you change the size, use pixels (p) or percent (%) or units (u), nothing happens.System::Call 'user32::LoadImage(i 0, t r0, i ${IMAGE_BITMAP}, i 164, i 314, i ${LR_LOADFROMFILE}) i.s' Width and height are in pixels. Relative dimensions (percent, units) are not possible. Is there a way to apply "resizetofit"? (For DPI settings that stretch the installer?)