Skip to content
⌘ NSIS Forum Archive

MUI Finish Page Problem

2 posts

Anselmus#

MUI Finish Page Problem

hi,

i have a problem with the mui finish page. the upper text part does seem to support only 2 lines. since my app-name is very long and german text is even longer a third line is needed, but it is covered by the lower text area.

how can i expand the upper part to three lines to make everything visible?

gtx
anselmus
bholliger#
Hi Anselmus!

Put a

!define MUI_FINISHPAGE_TITLE_3LINES
in your code and it will work...

Have a nice day!

Mahlzeit!

Bruno