Bug #243138 --> Manage Certificates, Security Devices dialogs are 1 pixel wide

Fixes regression caused by Bug #243176

Patch by Stephen Walker
This commit is contained in:
scott%scott-macgregor.org 2004-05-20 06:47:39 +00:00
parent 77ca4b4c30
commit b3d8b879c2

View File

@ -407,7 +407,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');
}
function openDeviceManager()
@ -421,6 +421,6 @@ 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');
}
}