diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 8301fd88..20d372f3 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -764,6 +764,8 @@ ;Write Finish text !insertmacro MUI_INSTALLOPTIONS_WRITE "ioWizard.ini" "Field 2" "Text" "$(MUI_TEXT_FINISH_TITLE)" + !insertmacro MUI_INSTALLOPTIONS_WRITE "ioWizard.ini" "Field 3" "Bottom" "170" + !ifndef MUI_FINISHPAGE_NOREBOOTSUPPORT IfRebootFlag "" noreboot_init diff --git a/Contrib/Modern UI/ioWizard.ini b/Contrib/Modern UI/ioWizard.ini index fbaf1a09..9e4d374b 100644 --- a/Contrib/Modern UI/ioWizard.ini +++ b/Contrib/Modern UI/ioWizard.ini @@ -18,4 +18,4 @@ Type=label Left=190 Right=475 Top=80 -Bottom=170 \ No newline at end of file +Bottom=300 \ No newline at end of file