From 9a8d9512324c0d1207b1d9b5eae47b89f34740ce Mon Sep 17 00:00:00 2001 From: Ivan Leo Murray-Smith Date: Tue, 2 Mar 2004 20:56:35 +0000 Subject: [PATCH] Make sure text isn't cut off by the close button. --- programs/winetest/gui.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/winetest/gui.rc b/programs/winetest/gui.rc index 04b615b6cab..e7738c8c8d2 100644 --- a/programs/winetest/gui.rc +++ b/programs/winetest/gui.rc @@ -48,13 +48,13 @@ BEGIN CONTROL "Created", IDC_SB, STATUSCLASSNAME, 0, 0,0,0,0 END -IDD_ABOUT DIALOG 0, 0, 150, 55 +IDD_ABOUT DIALOG 0, 0, 150, 60 STYLE WS_POPUP CAPTION "About Wine Test Shell" 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 - DEFPUSHBUTTON "Close", IDCANCEL, 55, 35, 40, 14 + DEFPUSHBUTTON "Close", IDCANCEL, 55, 40, 40, 14 END /* BINRES wine.ico */