shell32: Resize Run program window.

Three lines of text will now fit in the window. More translations will fit.

Signed-off-by: Floris Renaud <jkfloris@dds.nl>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Floris Renaud 2021-02-28 23:28:26 +01:00 committed by Alexandre Julliard
parent 33e123db37
commit 96a62aa61d
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ CAPTION "Run"
FONT 8, "MS Shell Dlg"
{
ICON "", IDC_RUNDLG_ICON, 7, 11, 18, 20, WS_VISIBLE
LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", IDC_RUNDLG_DESCRIPTION, 36, 11, 182, 18
LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", IDC_RUNDLG_DESCRIPTION, 45, 8, 194, 28
LTEXT "&Open:", IDC_RUNDLG_LABEL, 7, 39, 35, 10
CONTROL "", IDC_RUNDLG_EDITPATH, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 45, 37, 185, 100
DEFPUSHBUTTON "OK", IDOK, 72, 63, 50, 14, WS_TABSTOP