More space for q's

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1661 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-11 14:34:29 +00:00
parent 31c96c02a6
commit 10d868f72b
2 changed files with 1 additions and 1 deletions

View file

@ -202,7 +202,7 @@ BOOL CALLBACK dlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
hwText,
noicon ? 0 : icon_r.right,
dialog_r.right - dialog_r.left - (noicon ? 0 : icon_r.right),
icon_r.bottom
icon_r.bottom + 2
);
SendMessage(hwText, WM_SETTEXT, 0, (LPARAM) text);