Fix for Z-pane not expanding to fill full screen

This commit is contained in:
Dan Stillman 2006-10-24 17:40:51 +00:00
parent ca501a41c5
commit 0809408d4b

View File

@ -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"/>