From fa46a8bc5a2eeadf568a1fc8278d66ded9ab1f68 Mon Sep 17 00:00:00 2001 From: "matt%netscape.com" Date: Tue, 20 Apr 1999 23:03:14 +0000 Subject: [PATCH] Changing pref window to be 50px larger --- xpfe/AppCores/src/nsPrefsCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/AppCores/src/nsPrefsCore.cpp b/xpfe/AppCores/src/nsPrefsCore.cpp index 3a34548e7153..6e207c9037b3 100644 --- a/xpfe/AppCores/src/nsPrefsCore.cpp +++ b/xpfe/AppCores/src/nsPrefsCore.cpp @@ -644,7 +644,7 @@ NS_IMETHODIMP nsPrefsCore::ShowWindow(nsIDOMWindow* /*aCurrentFrontWin*/) newWindow, nsnull, cb, - 504, 346 ); + 504, 436 ); if (newWindow != nsnull) newWindow->ShowModal(); return rv;