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.
This commit is contained in:
parent
d35719d0e8
commit
3032cc6a02
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
<script type="application/javascript" src="chrome://global/content/globalOverlay.js"/>
|
||||
<script type="application/javascript" src="chrome://global/content/contentAreaUtils.js"/>
|
||||
|
|
Loading…
Reference in a new issue