Changing pref window to be 50px larger

This commit is contained in:
matt%netscape.com 1999-04-20 23:03:14 +00:00
Родитель 43dce3e481
Коммит fa46a8bc5a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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