[PATCH] shell32: Resize Run program window

Floris Renaud jkfloris at dds.nl
Sun Feb 28 16:28:26 CST 2021


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

Signed-off-by: Floris Renaud <jkfloris at dds.nl>
---
 dlls/shell32/shell32.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index f19b09f8c21..ff859381593 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -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
-- 
2.30.1




More information about the wine-devel mailing list