make standalone.xul have windowtype navigator:browser (not actually sure this is a good idea for a long-term solution)
This commit is contained in:
parent
4fb708778a
commit
48017eb1b6
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
<window id="main-window"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="window.sizeToContent()"
|
||||
windowtype="navigator:browser"
|
||||
width="1100" height="700"
|
||||
persist="screenX screenY width height sizemode">
|
||||
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue