whaccybanany
14th February 2006 10:55 UTC
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.
Takhir
14th February 2006 11:02 UTC
!define MUI_WELCOMEPAGE_TITLE_3LINES
Program Files\NSIS\Docs\Modern UI\Readme.html The same with Finish page ;)
KenA
14th February 2006 11:05 UTC
Hi,
you should use !define MUI_WELCOMEPAGE_TITLE_3LINES.
Edit: Takhir beat me to it. :o
KenA
whaccybanany
14th February 2006 11:05 UTC
Takhir, you're a genius!
Thank you so much.
Xin
Brummelchen
14th February 2006 14:07 UTC
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