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:
@@ -169,7 +169,7 @@
|
||||
|
||||
function OpenAboutPopups() {
|
||||
window.openDialog("chrome://communicator/content/aboutPopups.xul", "",
|
||||
"chrome,centerscreen,resizable=yes",
|
||||
"chrome,centerscreen,dependent",
|
||||
false);
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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();">
|
||||
|
||||
@@ -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();">
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
|
||||
function OpenAboutPopups() {
|
||||
window.openDialog("chrome://communicator/content/aboutPopups.xul", "",
|
||||
"chrome,centerscreen,resizable=yes",
|
||||
"chrome,centerscreen,dependent",
|
||||
false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user