From 3032cc6a0258b551983615b41677f6dfc8101a30 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 28 Apr 2021 23:45:17 -0400 Subject: [PATCH] Increase default basicViewer height to 700 Though this is currently persisted, so it stops being relevant as soon as one instance of the basic viewer is resized, which maybe we don't want. --- chrome/content/zotero/standalone/basicViewer.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/standalone/basicViewer.xul b/chrome/content/zotero/standalone/basicViewer.xul index 3db5e5642f..67c7f3f8a4 100644 --- a/chrome/content/zotero/standalone/basicViewer.xul +++ b/chrome/content/zotero/standalone/basicViewer.xul @@ -44,7 +44,7 @@ onload="window.sizeToContent()" windowtype="zotero:basicViewer" title="&brandShortName;" - width="1000" height="500" + width="1000" height="700" persist="screenX screenY width height sizemode">