Skip to content

Commit b227cba

Browse files
CFrankCFrank
authored andcommitted
fixes issue bruderstein#81
1 parent d8e4afa commit b227cba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

PythonScript/res/PythonScript.rc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ BEGIN
116116
DEFPUSHBUTTON "OK",IDOK,205,84,50,14
117117
PUSHBUTTON "Cancel",IDCANCEL,256,84,50,14
118118
LTEXT "Static",IDC_PROMPT,7,7,299,19
119-
EDITTEXT IDC_USERTEXT,7,29,299,46,ES_MULTILINE | ES_AUTOHSCROLL
119+
EDITTEXT IDC_USERTEXT,7,29,299,46,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL
120120
END
121121

122122

@@ -199,6 +199,11 @@ BEGIN
199199
0
200200
END
201201

202+
IDD_PROMPTDIALOG AFX_DIALOG_LAYOUT
203+
BEGIN
204+
0
205+
END
206+
202207
#endif // English (United Kingdom) resources
203208
/////////////////////////////////////////////////////////////////////////////
204209

0 commit comments

Comments
 (0)