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:
parent
31c96c02a6
commit
10d868f72b
2 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue