Archive: MUI welcome screen text too long


MUI welcome screen text too long
I have a installer whose product name is 27 characters long. When running the installer, this causes the welcome page of Modern UI to look wrong. 'Wizard' is pushed off the first line and onto the next, with the resulting word being shown only very slightly. This is of cause not very professional. Please see image for clarification.

Does anyone know of a way of solving this? I would rather not shorten the length of the product.


!define MUI_WELCOMEPAGE_TITLE_3LINES
Program Files\NSIS\Docs\Modern UI\Readme.html The same with Finish page ;)


Hi,

you should use !define MUI_WELCOMEPAGE_TITLE_3LINES.

Edit: Takhir beat me to it. :o

KenA


Takhir, you're a genius!

Thank you so much.

Xin


Sometimes it doesnt help then change following lines in system.nsh

1182c1182
< CreateFont $MUI_TEMP2 "$(^Font)" "10" "700"
---
> CreateFont $MUI_TEMP2 "$(^Font)" "12" "700"

1636c1636
< CreateFont $MUI_TEMP2 "$(^Font)" "10" "700"
---
> CreateFont $MUI_TEMP2 "$(^Font)" "12" "700"


Fonte size 12 > font size 10