From 047296bb006ff79c2b15ff79d179cb1c9e7e4c50 Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Thu, 16 Aug 2007 20:17:39 +0000 Subject: [PATCH] Revert 28351. The bug lies elsewhere svn path=/trunk/; revision=28373 --- reactos/dll/win32/user32/windows/messagebox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/user32/windows/messagebox.c b/reactos/dll/win32/user32/windows/messagebox.c index f01c86c59e5..85e72992959 100644 --- a/reactos/dll/win32/user32/windows/messagebox.c +++ b/reactos/dll/win32/user32/windows/messagebox.c @@ -491,7 +491,7 @@ MessageBoxTimeoutIndirectW( txtrect.right = GetSystemMetrics(SM_CXSCREEN) / 5 * 4; if(Icon) txtrect.right -= GetSystemMetrics(SM_CXICON) + MSGBOXEX_SPACING; - txtrect.top = txtrect.left = txtrect.bottom = 5; + txtrect.top = txtrect.left = txtrect.bottom = 0; SelectObject(hDC, hFont); if (textlen != 0) {