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@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Fabian Maurer 2019-09-20 23:34:43 +02:00 committed by Alexandre Julliard
parent c435eb5c51
commit b7bca1be24
1 changed files with 1 additions and 1 deletions

View File

@ -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 |