MUI FINISHPAGE bug???
hi @ all :D
i think i found a bug .... :confused:
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 :bin:
regards andi