зеркало из https://github.com/mozilla/gecko-dev.git
Put 'width' controls first in HLine Props dialog
This commit is contained in:
Родитель
371c750504
Коммит
13a52a1650
|
@ -47,17 +47,17 @@
|
||||||
<grid>
|
<grid>
|
||||||
<columns><column/><column/><column /></columns>
|
<columns><column/><column/><column /></columns>
|
||||||
<rows>
|
<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">
|
<row vertical-align="baseline" autostretch="never">
|
||||||
<text class="dialog" value="&widthEditField.label;"/>
|
<text class="dialog" value="&widthEditField.label;"/>
|
||||||
<textfield class="narrow" id="width" flex="1" onkeyup="forceInteger('width')"/>
|
<textfield class="narrow" id="width" flex="1" onkeyup="forceInteger('width')"/>
|
||||||
<menulist id="pixelOrPercentMenulist"/>
|
<menulist id="pixelOrPercentMenulist"/>
|
||||||
<!-- menupopup and menuitems added by JS -->
|
<!-- menupopup and menuitems added by JS -->
|
||||||
</row>
|
</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>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</titledbox>
|
</titledbox>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче