Commit 96a62aa6 authored by Floris Renaud's avatar Floris Renaud Committed by Alexandre Julliard

shell32: Resize Run program window.

Three lines of text will now fit in the window. More translations will fit. Signed-off-by: 's avatarFloris Renaud <jkfloris@dds.nl> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 33e123db
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment