Put 'width' controls first in HLine Props dialog

This commit is contained in:
cmanske%netscape.com 2000-04-16 20:49:15 +00:00
Родитель 371c750504
Коммит 13a52a1650
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -47,17 +47,17 @@
<grid>
<columns><column/><column/><column /></columns>
<rows>
<row vertical-align="baseline" autostretch="never">
<text class="dialog" value="&heightEditField.label;"/>
<textfield class="narrow" id="height" onkeyup="forceInteger('height')"/>
<text class="dialog" value="&pixelsPopup.value;"/>
</row>
<row vertical-align="baseline" autostretch="never">
<text class="dialog" value="&widthEditField.label;"/>
<textfield class="narrow" id="width" flex="1" onkeyup="forceInteger('width')"/>
<menulist id="pixelOrPercentMenulist"/>
<!-- menupopup and menuitems added by JS -->
</row>
<row vertical-align="baseline" autostretch="never">
<text class="dialog" value="&heightEditField.label;"/>
<textfield class="narrow" id="height" onkeyup="forceInteger('height')"/>
<text class="dialog" value="&pixelsPopup.value;"/>
</row>
</rows>
</grid>
</titledbox>