Meant to check this in as part of bug 127189. Make the XBL select widget use sizetopopup="always". Not yet turned on.

git-svn-id: svn://10.0.0.236/trunk@115671 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2002-03-03 07:48:38 +00:00
parent 07afd54c5f
commit 963700aadd
2 changed files with 2 additions and 2 deletions

View File

@@ -654,7 +654,7 @@
]]>
</constructor>
</implementation>
<content sizetopopup="true">
<content sizetopopup="always">
<xul:hbox class="select-label-box" flex="1">
<xul:label flex="1" value=" " inherits="value=label"/>
</xul:hbox>

View File

@@ -654,7 +654,7 @@
]]>
</constructor>
</implementation>
<content sizetopopup="true">
<content sizetopopup="always">
<xul:hbox class="select-label-box" flex="1">
<xul:label flex="1" value=" " inherits="value=label"/>
</xul:hbox>