mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Bug 96438 - file name and type descriptions aren't aligned with fields. r=jag, sr=sfraser.
This commit is contained in:
parent
0405d4f1b5
commit
d643acd8b3
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user