Fabian Maurer : shell32: Prevent text truncation inside the old "browse folder" dialog.

Alexandre Julliard julliard at winehq.org
Mon Apr 20 15:01:47 CDT 2020


Module: wine
Branch: oldstable
Commit: 22d4fbae9d7d2116add1568cd6be42724899d39c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=22d4fbae9d7d2116add1568cd6be42724899d39c

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Fri Sep 20 23:34:43 2019 +0200

shell32: Prevent text truncation inside the old "browse folder" dialog.

We use the same height for the title as in the new "browse folder" dialog.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46404
Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit b7bca1be24df0f5f59b1f3bc86d0f599b216a13a)
Signed-off-by: Michael Stefaniuc <mstefani 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 46f0b6f12d..f19b09f8c2 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -274,7 +274,7 @@ FONT 8, "MS Shell Dlg"
 {
  DEFPUSHBUTTON "OK", 1, 80, 176, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
  PUSHBUTTON "Cancel", 2, 134, 176, 50, 14, WS_GROUP | WS_TABSTOP
- LTEXT "", IDD_TITLE, 5, 4, 180, 12
+ LTEXT "", IDD_TITLE, 5, 4, 180, 24
  LTEXT "", IDD_STATUS, 5, 25, 180, 12
  CONTROL "", IDD_TREEVIEW, "SysTreeView32",
  	TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |




More information about the wine-cvs mailing list