shell32: Enlarge static to display multiline text correctly.

This commit is contained in:
Vitaly Perov 2009-09-16 18:07:16 +04:00 committed by Alexandre Julliard
parent eb20cc1d01
commit 749c86cd3f
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ FONT 8, "MS Shell Dlg"
{
DEFPUSHBUTTON "Да", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
PUSHBUTTON "Отмена", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
LTEXT "", IDD_TITLE, 4, 4, 180, 12
LTEXT "", IDD_TITLE, 4, 4, 180, 25
LTEXT "", IDD_STATUS, 4, 25, 180, 12
CONTROL "", IDD_TREEVIEW, "SysTreeView32",
TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |