center the certificate manager by default. Remove the width attribute, let the dialog size itself intrinsically.

This commit is contained in:
scott%scott-macgregor.org 2003-07-11 21:01:06 +00:00
Родитель 081b55688a
Коммит 7a1a1587ce
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -407,5 +407,5 @@ function openCertManager()
lastCertManager.focus();
else
window.open('chrome://pippki/content/certManager.xul', "",
'chrome,width=500,height=400,resizable=yes,dialog=no');
'chrome,height=400,centerscreen,resizable=yes,dialog=no');
}