Skip to content
⌘ NSIS Forum Archive

MUI_COMPONENTSPAGE_SMALLDESC too small

2 posts

hawkmaster#

MUI_COMPONENTSPAGE_SMALLDESC too small

Hi,
I use MUI_COMPONENTSPAGE_SMALLDESC in my script.
The place for my description of component is a little bit too small.
Is there a way to make the description area bigger or move components up?

regards
Hawk
Animaether#
you could edit the resources of the MUI UI files - or you can use SetWindowPos with the System plugin to change the size of the control of interest.

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.