Bug 220460 "About Popups" dialog should autosize and not be resizable p=borggraefe@despammed.com r=me sr=bienvenu

git-svn-id: svn://10.0.0.236/trunk@147505 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2003-10-02 08:10:39 +00:00
parent 43790f2ab8
commit ca886887f1
5 changed files with 5 additions and 5 deletions

View File

@@ -169,7 +169,7 @@
function OpenAboutPopups() {
window.openDialog("chrome://communicator/content/aboutPopups.xul", "",
"chrome,centerscreen,resizable=yes",
"chrome,centerscreen,dependent",
false);
}

View File

@@ -2109,7 +2109,7 @@ function onPopupWindow(aEvent) {
}
if (showDialog) {
window.openDialog("chrome://communicator/content/aboutPopups.xul", "",
"chrome,centerscreen,resizable=yes", true);
"chrome,centerscreen,dependent", true);
pref.setBoolPref("privacy.popups.first_popup", false);
}
}

View File

@@ -48,7 +48,7 @@
buttons="accept,cancel,help"
title="&windowtitle.label;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
width="380" height="260"
style="width: 30em;"
onload="init();"
ondialogaccept="return onAccept();"
ondialoghelp="return doHelpButton();">

View File

@@ -48,7 +48,7 @@
buttons="accept,cancel,help"
title="&windowtitle.label;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
width="380" height="260"
style="width: 30em;"
onload="init();"
ondialogaccept="return onAccept();"
ondialoghelp="return doHelpButton();">

View File

@@ -169,7 +169,7 @@
function OpenAboutPopups() {
window.openDialog("chrome://communicator/content/aboutPopups.xul", "",
"chrome,centerscreen,resizable=yes",
"chrome,centerscreen,dependent",
false);
}