fx-compat: Add appcontent container to zoteroPane.xul

Part of inlining XUL

(View with -w for real diff)
This commit is contained in:
Dan Stillman 2020-07-05 18:02:31 -04:00
parent 3454705825
commit bbecb4d0bd

View file

@ -698,6 +698,8 @@
<command id="cmd_zotero_newChildNote" oncommand="ZoteroPane_Local.newChildNote(event.shiftKey);"/> <command id="cmd_zotero_newChildNote" oncommand="ZoteroPane_Local.newChildNote(event.shiftKey);"/>
</commandset> </commandset>
<hbox flex="1" id="browser">
<vbox id="appcontent" flex="1">
<stack id="zotero-pane-stack" flex="1"> <stack id="zotero-pane-stack" flex="1">
<!-- A placeholder to persist pdf-reader sidebar collapse state to avoid introducing another pref --> <!-- A placeholder to persist pdf-reader sidebar collapse state to avoid introducing another pref -->
<box id="zotero-reader-sidebar-pane" hidden="true" collapsed="true" zotero-persist="collapsed width"/> <box id="zotero-reader-sidebar-pane" hidden="true" collapsed="true" zotero-persist="collapsed width"/>
@ -1204,6 +1206,8 @@
</stack> </stack>
</stack> </stack>
</vbox>
</hbox>
<!-- Tag Selector --> <!-- Tag Selector -->
<menupopup id="tag-menu"> <menupopup id="tag-menu">