Bug 96438 - file name and type descriptions aren't aligned with fields. r=jag, sr=sfraser.

This commit is contained in:
bryner%netscape.com 2001-09-05 00:39:00 +00:00
Родитель 0405d4f1b5
Коммит d643acd8b3
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -79,12 +79,12 @@
</columns>
<rows>
<row>
<row align="center">
<text value="&textInput.label;"/>
<textbox id="textInput" flex="1" oninput="doEnabling()"
onfocus="onTextFieldFocus();"/>
</row>
<row id="filterBox" hidden="true">
<row id="filterBox" hidden="true" align="center">
<text value="&filterMenuList.label;"/>
<menulist id="filterMenuList" flex="1" oncommand="onFilterChanged(event.target);"/>
</row>