mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 14:30:47 +00:00
Backing out prior patch for 76141 which caused all
platforms to display incorrectly.
This commit is contained in:
parent
e4184fbcc1
commit
f8400b8b63
@ -25,6 +25,8 @@
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
debug="false"
|
||||
height="230"
|
||||
width="400"
|
||||
onload="onLoad();"
|
||||
>
|
||||
<script src="chrome://global/content/strres.js" />
|
||||
|
@ -31,6 +31,8 @@
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
debug="false"
|
||||
height="360"
|
||||
width="400"
|
||||
onload="onLoad();"
|
||||
>
|
||||
<script src="chrome://global/content/strres.js" />
|
||||
|
@ -25,6 +25,8 @@
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
debug="false"
|
||||
height="250"
|
||||
width="400"
|
||||
onload="onLoad();"
|
||||
>
|
||||
<script src="chrome://global/content/strres.js" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user