mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
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:
parent
77ca4b4c30
commit
b3d8b879c2
@ -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');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user