From e7152a49b3c79e03ea228219c72cf0077d24c881 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Fri, 15 Nov 2002 22:16:27 +0000 Subject: [PATCH] larger textarea on welcome page git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1758 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 2 ++ Contrib/Modern UI/ioWizard.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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