Increase default window size to 1000x600

(Plus a little, I think)
This commit is contained in:
Dan Stillman 2017-07-17 16:28:12 -04:00
parent b0c1a9a613
commit 918ae23418

View file

@ -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"/>