From e09a3dcec78d795d81247513a434e7f501cd73f6 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Wed, 11 Dec 2002 14:31:23 +0000 Subject: [PATCH] increased size of component-page textarea git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1934 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/UIs/default.exe | Bin 6144 -> 6144 bytes Source/exehead/resource.rc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/UIs/default.exe b/Contrib/UIs/default.exe index 4adb3c0aa094634d2c7ae502041291f121f32d60..2ab9faeeb93ada21259d352f51d940316cf71aee 100755 GIT binary patch delta 20 bcmZoLXfW8oCB*E=@Ne=*e&NjuLJwF0M-2ww delta 20 bcmZoLXfW8oCB!Vs@Ne=*e&NjuLJwF0MEwS{ diff --git a/Source/exehead/resource.rc b/Source/exehead/resource.rc index bfee6a7f..b06dd496 100644 --- a/Source/exehead/resource.rc +++ b/Source/exehead/resource.rc @@ -78,7 +78,7 @@ BEGIN COMBOBOX IDC_COMBO1,114,25,152,102,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP ICON IDI_ICON2,IDC_ULICON,0,0,21,20 - LTEXT "",IDC_TEXT2,0,40,108,21 + LTEXT "",IDC_TEXT2,0,40,108,65 CONTROL "",IDC_TEXT1,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,0,27, 108,8 CONTROL "",IDC_SPACEREQUIRED,"Static",SS_LEFTNOWORDWRAP |