зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
2f9b1f4b0e
Коммит
b8885bd325
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче