Skip to content
⌘ NSIS Forum Archive

How to align the header text?

3 posts

dexeux#

How to align the header text?

I wish to align the header text at the top of the nsis installer. Is it possible? I'm using MUI2.

Anders#
A) Edit Contrib\UIs\modern.exe with Resource Hacker, save as new file and use the define listed in the MUI readme to apply it.

or

B) Call GetWindowRect+ScreenToClient+SetWindowPos with the system plug-in in .onGuiInit?