Commit b7bca1be authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

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=46404Signed-off-by: 's avatarFabian Maurer <dark.shadow4@web.de> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent c435eb5c
......@@ -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 |
......
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