Archive: MUI FINISHPAGE bug???


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


use MUI_FINISHPAGE_TITLE_3LINES


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


You should report bugs on the bug tracker


sry ididn't know that (=