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

This commit is contained in:
neil%parkwaycc.co.uk 2006-07-27 14:57:56 +00:00
Родитель cba0a940da
Коммит a534ec22f6
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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);
}