autocomplete dialog shouldn't be resizable. r/sr=hewitt

This commit is contained in:
blakeross%telocity.com 2006-05-17 02:31:41 +00:00
Родитель 35f9a963e2
Коммит 0837364c46
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -88,7 +88,7 @@
<caption label="&languages.customize.Charset.grouplabel;"/> <caption label="&languages.customize.Charset.grouplabel;"/>
<label value="&languages.customize.DefaultCharset.label;" control="DefaultCharsetList"/> <label value="&languages.customize.DefaultCharset.label;" control="DefaultCharsetList"/>
<menulist id="DefaultCharsetList" ref="NC:DecodersRoot" datasources="rdf:charset-menu" <menulist id="DefaultCharsetList" ref="NC:DecodersRoot" datasources="rdf:charset-menu"
prefstring="intl.charset.default" prefstring="intl.charset.default" preftype="localizedstring"
wsm_attributes="value"> wsm_attributes="value">
<template> <template>
<menupopup> <menupopup>

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

@ -155,7 +155,7 @@ function moreInfo()
function showACAdvanced() function showACAdvanced()
{ {
window.openDialog("chrome://communicator/content/pref/pref-smart_browsing-ac.xul", "", window.openDialog("chrome://communicator/content/pref/pref-smart_browsing-ac.xul", "",
"modal=yes,chrome,dialog=yes", "modal=yes,chrome,dialog=no,resizable=no",
document.getElementById("browserUrlbarAutoFill").getAttribute("value"), document.getElementById("browserUrlbarAutoFill").getAttribute("value"),
document.getElementById("browserUrlbarShowPopup").getAttribute("value"), document.getElementById("browserUrlbarShowPopup").getAttribute("value"),
document.getElementById("browserUrlbarShowSearch").getAttribute("value")); document.getElementById("browserUrlbarShowSearch").getAttribute("value"));