Make sure text isn't cut off by the close button.
This commit is contained in:
parent
87f223a879
commit
9a8d951232
|
@ -48,13 +48,13 @@ BEGIN
|
||||||
CONTROL "Created", IDC_SB, STATUSCLASSNAME, 0, 0,0,0,0
|
CONTROL "Created", IDC_SB, STATUSCLASSNAME, 0, 0,0,0,0
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_ABOUT DIALOG 0, 0, 150, 55
|
IDD_ABOUT DIALOG 0, 0, 150, 60
|
||||||
STYLE WS_POPUP
|
STYLE WS_POPUP
|
||||||
CAPTION "About Wine Test Shell"
|
CAPTION "About Wine Test Shell"
|
||||||
BEGIN
|
BEGIN
|
||||||
CTEXT "This program extracts and runs a\r\nseries of tests which check Wine's\r\nconformance to Microsoft Windows.",
|
CTEXT "This program extracts and runs a series of tests which check Wine's conformance to the Windows API.",
|
||||||
IDC_STATIC, 10, 5, 130, 30
|
IDC_STATIC, 10, 5, 130, 30
|
||||||
DEFPUSHBUTTON "Close", IDCANCEL, 55, 35, 40, 14
|
DEFPUSHBUTTON "Close", IDCANCEL, 55, 40, 40, 14
|
||||||
END
|
END
|
||||||
|
|
||||||
/* BINRES wine.ico */
|
/* BINRES wine.ico */
|
||||||
|
|
Loading…
Reference in New Issue