Fix for Z-pane not expanding to fill full screen
This commit is contained in:
parent
ca501a41c5
commit
0809408d4b
|
@ -47,7 +47,7 @@
|
||||||
<vbox id="appcontent">
|
<vbox id="appcontent">
|
||||||
<!-- Changes to attributes of zotero-splitter and zotero-pane must be mirrored on overlay.js's onLoad() function -->
|
<!-- Changes to attributes of zotero-splitter and zotero-pane must be mirrored on overlay.js's onLoad() function -->
|
||||||
<splitter id="zotero-splitter" resizebefore="closest" resizeafter="closest" collapsed="true"/>
|
<splitter id="zotero-splitter" resizebefore="closest" resizeafter="closest" collapsed="true"/>
|
||||||
<hbox id="zotero-pane" persist="height" collapsed="true">
|
<hbox id="zotero-pane" flex="1" persist="height" collapsed="true">
|
||||||
<popupset>
|
<popupset>
|
||||||
<popup id="zotero-collectionmenu" onpopupshowing="ZoteroPane.buildCollectionContextMenu();">
|
<popup id="zotero-collectionmenu" onpopupshowing="ZoteroPane.buildCollectionContextMenu();">
|
||||||
<menuitem label="&zotero.toolbar.newCollection.label;" command="cmd_zotero_newCollection"/>
|
<menuitem label="&zotero.toolbar.newCollection.label;" command="cmd_zotero_newCollection"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user