Increase default window size to 1000x600
(Plus a little, I think)
This commit is contained in:
parent
b0c1a9a613
commit
918ae23418
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
windowtype="navigator:browser"
|
||||
title="&brandShortName;"
|
||||
width="915" height="500"
|
||||
width="1000" height="600"
|
||||
persist="screenX screenY width height sizemode">
|
||||
<script type="application/javascript" src="standalone.js"/>
|
||||
<script type="application/javascript" src="chrome://global/content/globalOverlay.js"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue