Floris Renaud : shell32: Resize Run program window.

Alexandre Julliard julliard at winehq.org
Mon Mar 1 15:54:04 CST 2021


Module: wine
Branch: master
Commit: 96a62aa61de4b809ae3ed01bf0baed0f40de4d50
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=96a62aa61de4b809ae3ed01bf0baed0f40de4d50

Author: Floris Renaud <jkfloris at dds.nl>
Date:   Sun Feb 28 23:28:26 2021 +0100

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 at dds.nl>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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




More information about the wine-cvs mailing list