Win32: add scrollbar to accomodate large about dialog text

This commit is contained in:
bl0ckeduser 2011-11-14 20:11:10 -05:00
parent d98ed475eb
commit f35b8005d5
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ CAPTION "APP - About Dialog"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,90,160,50,14
EDITTEXT IDC_DISCLAIMER,7,7,218,148,ES_MULTILINE | ES_NOHIDESEL | ES_READONLY,WS_EX_STATICEDGE
EDITTEXT IDC_DISCLAIMER,7,7,218,148,ES_MULTILINE | ES_NOHIDESEL | WS_VSCROLL | ES_READONLY,WS_EX_STATICEDGE
END
IDD_EMU_SETTINGS DIALOGEX 0, 0, 319, 154