mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
shell32: Enlarge static to display multiline text correctly.
This commit is contained in:
parent
eb20cc1d01
commit
749c86cd3f
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue