Fix sizing issue with autocomplete box

This commit is contained in:
mkaply%us.ibm.com 2006-05-03 20:59:57 +00:00
parent 6a025e8888
commit 9ac02c6c88

View File

@ -55,7 +55,7 @@
src="chrome://global/content/dialogOverlay.js" />
<vbox>
<label control="prefname">&prefName.label;</label>
<textbox flex="1" id="prefname" onchange="prefCheckOKButton();prefSetPrefValue();" onkeyup="prefCheckOKButton();prefSetPrefValue();" type="autocomplete" autocompletesearch="prefs" ontextentered="prefSetPrefValue();"/>
<textbox class="padded" flex="1" id="prefname" onchange="prefCheckOKButton();prefSetPrefValue();" onkeyup="prefCheckOKButton();prefSetPrefValue();" type="autocomplete" autocompletesearch="prefs" ontextentered="prefSetPrefValue();"/>
<label control="prefvalue">&prefValue.label;</label>
<textbox flex="1" id="prefvalue" onchange="prefCheckOKButton();" onkeyup="prefCheckOKButton();"/>
<menulist flex="1" id="prefvalueboolean" hidden="true" oncommand="document.getElementById('prefvalue').value = this.value;">