Changing pref window to be 50px larger

This commit is contained in:
matt%netscape.com 1999-04-20 23:03:14 +00:00
parent 43dce3e481
commit fa46a8bc5a

View File

@ -644,7 +644,7 @@ NS_IMETHODIMP nsPrefsCore::ShowWindow(nsIDOMWindow* /*aCurrentFrontWin*/)
newWindow,
nsnull,
cb,
504, 346 );
504, 436 );
if (newWindow != nsnull)
newWindow->ShowModal();
return rv;