Archive: Is there any way to widen a button?


Is there any way to widen a button?
I'm trying to do this:
${NSD_SetText} $NEXT_BUTTON_CONSTRUCT "Install Additional Files >"


Problem is, I end up with a button that says 'l Additional F'

Is there any way to make the button wider?


Use MoveWindow or SetWindowPos API's with the System plug-in. There should be examples on this forum.

Stu