commit 918ae234187f0dfb3db1ba380947f8ea24176f48
parent b0c1a9a613c02e2a253eb5d3df8a3a917b48877d
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 17 Jul 2017 16:28:12 -0400
Increase default window size to 1000x600
(Plus a little, I think)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/standalone/standalone.xul b/chrome/content/zotero/standalone/standalone.xul
@@ -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"/>