зеркало из https://github.com/mozilla/gecko-dev.git
Changing pref window to be 50px larger
This commit is contained in:
Родитель
43dce3e481
Коммит
fa46a8bc5a
|
@ -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;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче