Long strings should not make the panel overflow. Bug 138680, patch by

parish@ntlworld.com, r=jag, sr=bzbarsky, a=blizzard


git-svn-id: svn://10.0.0.236/trunk@133004 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2002-11-05 05:33:51 +00:00
parent 7658d69f30
commit ceddbaaa1a

View File

@ -75,7 +75,9 @@
</listbox>
<hbox>
<vbox><image id="contentTypeImage"/></vbox>
<vbox style="width: 40px; height: 40px;" pack="center" align="center">
<image id="contentTypeImage"/>
</vbox>
<grid orient="horizontal">
<columns>
<column/>
@ -92,7 +94,7 @@
</row>
<row>
<label value="&handle;"/>
<label id="handler"/>
<textbox id="handler" readonly="true" style="width: 175px" />
</row>
</rows>
</grid>