Moved the flex value for the widget width out to .dtd file,

bug 150756, r=naving, sr=mscott.
This commit is contained in:
nhotta%netscape.com 2002-06-12 17:00:53 +00:00
Родитель b8f3255535
Коммит 7066eedaaf
2 изменённых файлов: 19 добавлений и 7 удалений

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

@ -41,13 +41,13 @@
<hbox id="searchterms"/>
<listbox flex="1" id="searchTermList">
<listcols>
<listcol flex="1"/>
<listcol flex="4"/>
<listcol flex="0"/>
<listcol flex="4"/>
<listcol flex="0"/>
<listcol flex="4"/>
<listcol flex="1"/>
<listcol flex="&searchTermListSpace1FlexValue;"/>
<listcol flex="&searchTermListAttributesFlexValue;"/>
<listcol flex="&searchTermListSpace2FlexValue;"/>
<listcol flex="&searchTermListOperatorsFlexValue;"/>
<listcol flex="&searchTermListSpace3FlexValue;"/>
<listcol flex="&searchTermListValueFlexValue;"/>
<listcol flex="&searchTermListSpace4FlexValue;"/>
</listcols>
<!-- this is what the listitems will look like:

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

@ -6,4 +6,16 @@
<!ENTITY matchAll.accesskey "a">
<!ENTITY matchAny.label "Match any of the following">
<!ENTITY matchAny.accesskey "o">
<!-- LOCALIZATION NOTE
The values below are used to control the widths of the search widgets.
Change the values only when the localized strings in the popup menus
are truncated in the widgets.
-->
<!ENTITY searchTermListSpace1FlexValue "1">
<!ENTITY searchTermListAttributesFlexValue "4">
<!ENTITY searchTermListSpace2FlexValue "0">
<!ENTITY searchTermListOperatorsFlexValue "4">
<!ENTITY searchTermListSpace3FlexValue "0">
<!ENTITY searchTermListValueFlexValue "4">
<!ENTITY searchTermListSpace4FlexValue "1">