fx-compat: Add appcontent container to zoteroPane.xul
Part of inlining XUL (View with -w for real diff)
This commit is contained in:
parent
3454705825
commit
bbecb4d0bd
1 changed files with 484 additions and 480 deletions
|
@ -698,6 +698,8 @@
|
|||
<command id="cmd_zotero_newChildNote" oncommand="ZoteroPane_Local.newChildNote(event.shiftKey);"/>
|
||||
</commandset>
|
||||
|
||||
<hbox flex="1" id="browser">
|
||||
<vbox id="appcontent" flex="1">
|
||||
<stack id="zotero-pane-stack" flex="1">
|
||||
<!-- 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"/>
|
||||
|
@ -1204,6 +1206,8 @@
|
|||
</stack>
|
||||
|
||||
</stack>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
<!-- Tag Selector -->
|
||||
<menupopup id="tag-menu">
|
||||
|
|
Loading…
Reference in a new issue