Bug 243176 - Manage Certificates and Manage Security Devices popup panels are too narrow, patch by Andreas Kunz (durbacher@gmx.de), r=me

This commit is contained in:
mconnor%myrealbox.com 2004-05-28 17:54:33 +00:00
Родитель f45b3c7735
Коммит 1f365feb82
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -146,7 +146,7 @@ function openCertManager()
lastCertManager.focus();
else {
window.open('chrome://pippki/content/certManager.xul', "",
'chrome,height=400,centerscreen,resizable=yes,dialog=no');
'chrome,centerscreen,resizable=yes,dialog=no');
}
}
@ -161,7 +161,7 @@ function openDeviceManager()
lastCertManager.focus();
else {
window.open('chrome://pippki/content/device_manager.xul', "devmgr",
'chrome,height=400,centerscreen,resizable=yes,dialog=no');
'chrome,centerscreen,resizable=yes,dialog=no');
}
}
#endif