References should not have flex
This commit is contained in:
parent
485dcf143b
commit
be1ffbfb76
|
@ -717,14 +717,14 @@ var Zotero_QuickFormat = new function () {
|
||||||
if(!panelShowing) referencePanel.openPopup(document.documentElement, "after_start", 15,
|
if(!panelShowing) referencePanel.openPopup(document.documentElement, "after_start", 15,
|
||||||
null, false, false, null);
|
null, false, false, null);
|
||||||
panelShowing = true;
|
panelShowing = true;
|
||||||
referenceHeight = firstReference.scrollHeight+1;
|
referenceHeight = firstReference.scrollHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!separatorHeight && firstSeparator) {
|
if(!separatorHeight && firstSeparator) {
|
||||||
if(!panelShowing) referencePanel.openPopup(document.documentElement, "after_start", 15,
|
if(!panelShowing) referencePanel.openPopup(document.documentElement, "after_start", 15,
|
||||||
null, false, false, null);
|
null, false, false, null);
|
||||||
panelShowing = true;
|
panelShowing = true;
|
||||||
separatorHeight = firstSeparator.scrollHeight+1;
|
separatorHeight = firstSeparator.scrollHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
referencePanel.sizeTo(window.outerWidth-30,
|
referencePanel.sizeTo(window.outerWidth-30,
|
||||||
|
|
|
@ -65,8 +65,8 @@
|
||||||
<progressmeter id="quick-format-progress-meter" mode="undetermined" value="0" flex="1"/>
|
<progressmeter id="quick-format-progress-meter" mode="undetermined" value="0" flex="1"/>
|
||||||
</deck>
|
</deck>
|
||||||
</windowdragbox>
|
</windowdragbox>
|
||||||
<panel id="quick-format-reference-panel" noautofocus="true" norestorefocus="true" noautohide="true" height="0">
|
<panel id="quick-format-reference-panel" noautofocus="true" norestorefocus="true" noautohide="true" height="0" align="top">
|
||||||
<richlistbox id="quick-format-reference-list" flex="1"/>
|
<richlistbox id="quick-format-reference-list"/>
|
||||||
</panel>
|
</panel>
|
||||||
<panel id="citation-properties" type="arrow" orient="vertical"
|
<panel id="citation-properties" type="arrow" orient="vertical"
|
||||||
onkeypress="Zotero_QuickFormat.onPanelKeyPress(event)"
|
onkeypress="Zotero_QuickFormat.onPanelKeyPress(event)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user