fix for instructional text in search panel not wrapping for narrow sidebar widths, bug 53159,

r=matt, sr=hangas
This commit is contained in:
ben%netscape.com 2006-07-27 14:53:10 +00:00
Родитель 89b0f4748b
Коммит be90675a96
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -80,7 +80,7 @@
</menulist> </menulist>
</box> </box>
<text class="label" value="&choose.label;" /> <html flex="1">&choose.label;</html>
</box> </box>
</box> </box>
</box> </box>
@ -155,11 +155,11 @@
<treechildren> <treechildren>
<treeitem uri="..."> <treeitem uri="...">
<treerow> <treerow>
<treecell autostretch="never"> <treecell autostretch="never" flex="1">
<checkbox oncommand="doCheck(this);" allowevents="true" <checkbox oncommand="doCheck(this);" allowevents="true"
loading="rdf:http://home.netscape.com/NC-rdf#loading" loading="rdf:http://home.netscape.com/NC-rdf#loading"
src="rdf:http://home.netscape.com/NC-rdf#Icon" src="rdf:http://home.netscape.com/NC-rdf#Icon"
value="rdf:http://home.netscape.com/NC-rdf#Name"/> value="rdf:http://home.netscape.com/NC-rdf#Name" flex="1"/>
</treecell> </treecell>
</treerow> </treerow>
</treeitem> </treeitem>