Fix gray bar when resizing Zotero pane down
Caused by new toolbar icon guidance panel
This commit is contained in:
parent
61af5e987d
commit
c1c0b42a12
|
@ -52,13 +52,14 @@
|
||||||
<toolbar id="zotero-toolbar" nowindowdrag="true"/>
|
<toolbar id="zotero-toolbar" nowindowdrag="true"/>
|
||||||
|
|
||||||
<vbox id="appcontent">
|
<vbox id="appcontent">
|
||||||
<zoteroguidancepanel id="zotero-toolbar-button-guidance" about="toolbarButton" for="zotero-toolbar-button" position="bottomcenter topleft" delay="2000" foregroundonly="true"/>
|
|
||||||
<!-- onmouseup shouldn't be necessary but seems to help prevent tag selector from sometimes going off the screen -->
|
<!-- onmouseup shouldn't be necessary but seems to help prevent tag selector from sometimes going off the screen -->
|
||||||
<splitter id="zotero-splitter" resizebefore="closest" resizeafter="closest" hidden="true"
|
<splitter id="zotero-splitter" resizebefore="closest" resizeafter="closest" hidden="true"
|
||||||
onmouseup="ZoteroPane.updateTagSelectorSize()"/>
|
onmouseup="ZoteroPane.updateTagSelectorSize()"/>
|
||||||
|
|
||||||
<stack id="zotero-pane-stack" persist="savedHeight" savedHeight="300" hidden="true"/>
|
<stack id="zotero-pane-stack" persist="savedHeight" savedHeight="300" hidden="true"/>
|
||||||
|
|
||||||
|
<zoteroguidancepanel id="zotero-toolbar-button-guidance" about="toolbarButton" for="zotero-toolbar-button" position="bottomcenter topleft" delay="2000" foregroundonly="true"/>
|
||||||
|
|
||||||
<!-- Annotation Toolbar -->
|
<!-- Annotation Toolbar -->
|
||||||
<toolbar id="zotero-annotate-tb" crop="end" insertbefore="content" hidden="true">
|
<toolbar id="zotero-annotate-tb" crop="end" insertbefore="content" hidden="true">
|
||||||
<toolbarbutton id="zotero-annotate-tb-add" tooltiptext="&zotero.annotate.toolbar.add.label;" oncommand="Zotero_Browser.toggleMode(this.id);"/>
|
<toolbarbutton id="zotero-annotate-tb-add" tooltiptext="&zotero.annotate.toolbar.add.label;" oncommand="Zotero_Browser.toggleMode(this.id);"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user