mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
Bug 121606: H and W attributes are reversed in the new Page Info -> Media. Patch by Christopher Aillon <caillon@returnzero.com>, r=Daniel Brooks <db48x@yahoo.com>, sr=jag
This commit is contained in:
parent
55bb706d4a
commit
64ad794f08
@ -296,9 +296,9 @@
|
||||
<separator/>
|
||||
<hbox>
|
||||
<label value="&mediaWidth;"/>
|
||||
<textbox readonly="true" crop="right" id="imageheight"/>
|
||||
<label value="&mediaHeight;"/>
|
||||
<textbox readonly="true" crop="right" id="imagewidth"/>
|
||||
<label value="&mediaHeight;"/>
|
||||
<textbox readonly="true" crop="right" id="imageheight"/>
|
||||
</hbox>
|
||||
</row>
|
||||
<!-- <row>
|
||||
|
Loading…
Reference in New Issue
Block a user