Skip to content
⌘ NSIS Forum Archive

MUI FINISHPAGE bug???

5 posts

andi13#

MUI FINISHPAGE bug???

hi @ all 😁

i think i found a bug .... 😕

problem appears if title has 3 line instead of 2......

the problem is that the spacing between title and text isnot correct...

to correct this problem change line 336 in file: ${NSISDIR}\Contrib\Modern UI 2\Pages\Finish.nsh

it is:

${NSD_CreateLabel} 120u 45u 195u ${MUI_FINISHPAGE_TEXT_HEIGHT_BUTTONS}u "${MUI_FINISHPAGE_TEXT_REBOOT}"

but should:

${NSD_CreateLabel} 120u ${MUI_FINISHPAGE_TEXT_TOP}u 195u ${MUI_FINISHPAGE_TEXT_HEIGHT_BUTTONS}u "${MUI_FINISHPAGE_TEXT_REBOOT}"


i am sry if that is not a bug....

if my post is trash put it in the ♻️

regards andi
andi13#
i use this option.... and that is the problem ... give it a try.. take a three line title and set the reboot flag... and look what happens 😉

between title and text wouldn't be a spaceing