Can't resize Standalone horizontally
I'm running Zotero Standalone (v4.0.23) on Linux elementary OS Luna (basically Ubuntu 12.04).
I can't horizontally resize my window as small as I want. It stubbornly stops at about half my screen (1280x800) and won't go any smaller. I understand that this has something to do with the 3rd (rightmost) pane and its fixed with (as per: https://forums.zotero.org/discussion/10488/hide-details-panel-and-setting-button/).
I'm trying to tile my windows so that the Zotero app takes up half the screen and is side-by-side my LibreOffice app (which would take up the other half of the screen). So I tried the fix in the old thread I mentioned above:
The zotero.jar file was located in /opt/zotero/ and the zoteroPane.xul file was subsequently found in zotero.jar/chrome/content/zotero/ (after the unzip).
I replaced:
<splitter id="zotero-items-splitter" resizebefore="closest" resizeafter="closest"
onmousemove="ZoteroPane_Local.updateToolbarPosition()"
oncommand="ZoteroPane_Local.updateToolbarPosition()"/>
With:
<splitter id="zotero-items-splitter" resizebefore="closest" resizeafter="closest" collapse="after">
<grippy/>
</splitter>
and the 3rd (rightmost) pane can now be hidden. BUT, the whole zotero application window still acts like the 3rd pane is there and won't resize smaller than a certain width.
Can anyone help? Maybe there's another variable in zoteroPane.xul that is preventing the horizontal resize?
Here's a screenshot before hiding the panes: http://i822.photobucket.com/albums/zz145/anjp/zotero/Screenshotfrom2014-11-10193554.png
And after: http://i822.photobucket.com/albums/zz145/anjp/zotero/Screenshotfrom2014-11-10193616.png
NOTE: that both screenshots represent the minimum width that I can resize the Zotero application.
Cheers,
Andrew
I can't horizontally resize my window as small as I want. It stubbornly stops at about half my screen (1280x800) and won't go any smaller. I understand that this has something to do with the 3rd (rightmost) pane and its fixed with (as per: https://forums.zotero.org/discussion/10488/hide-details-panel-and-setting-button/).
I'm trying to tile my windows so that the Zotero app takes up half the screen and is side-by-side my LibreOffice app (which would take up the other half of the screen). So I tried the fix in the old thread I mentioned above:
The zotero.jar file was located in /opt/zotero/ and the zoteroPane.xul file was subsequently found in zotero.jar/chrome/content/zotero/ (after the unzip).
I replaced:
<splitter id="zotero-items-splitter" resizebefore="closest" resizeafter="closest"
onmousemove="ZoteroPane_Local.updateToolbarPosition()"
oncommand="ZoteroPane_Local.updateToolbarPosition()"/>
With:
<splitter id="zotero-items-splitter" resizebefore="closest" resizeafter="closest" collapse="after">
<grippy/>
</splitter>
and the 3rd (rightmost) pane can now be hidden. BUT, the whole zotero application window still acts like the 3rd pane is there and won't resize smaller than a certain width.
Can anyone help? Maybe there's another variable in zoteroPane.xul that is preventing the horizontal resize?
Here's a screenshot before hiding the panes: http://i822.photobucket.com/albums/zz145/anjp/zotero/Screenshotfrom2014-11-10193554.png
And after: http://i822.photobucket.com/albums/zz145/anjp/zotero/Screenshotfrom2014-11-10193616.png
NOTE: that both screenshots represent the minimum width that I can resize the Zotero application.
Cheers,
Andrew
This discussion has been closed.
I was, however, able to hide the right hand pane "out of the box"—I didn't need a work around as OP did. But it would be really nice (and intuitive, it seems to me) if there were a menu command for hiding right and left panes, rather than having to figure it out by mousing around the scroll bars. It's weird there's no "View" menu in Zotero Standalone.