bug 51144, make cookie viewer/password viewers resizable, r=blakeross@telocity.com, sr=alecf

This commit is contained in:
morse%netscape.com 2006-07-29 05:35:31 +00:00
Родитель 285f0f7497
Коммит 8025ca67b6
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -380,13 +380,13 @@ function WalletDialog( which )
{
switch( which ) {
case "signon":
window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul","SSViewer","modal=yes,chrome,resizable=no","S");
window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul","SSViewer","modal=yes,chrome,resizable=yes","S");
break;
case "cookie":
window.openDialog("chrome://communicator/content/wallet/CookieViewer.xul","CookieViewer","modal=yes,chrome,resizable=no",0);
window.openDialog("chrome://communicator/content/wallet/CookieViewer.xul","CookieViewer","modal=yes,chrome,resizable=yes",0);
break;
case "image":
window.openDialog("chrome://communicator/content/wallet/CookieViewer.xul","CookieViewer","modal=yes,chrome,resizable=no",2);
window.openDialog("chrome://communicator/content/wallet/CookieViewer.xul","CookieViewer","modal=yes,chrome,resizable=yes",2);
break;
case "samples":
window._content.location.href = 'chrome://communicator/locale/wallet/index.html';