Fix for large Z pane min-height
This commit is contained in:
parent
34e62cad87
commit
9a3f3b7026
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
<groupbox id="zotero-duplicates-merge-version-select">
|
||||
<description>Choose the version of the item to use as the master item:</description>
|
||||
<hbox>
|
||||
<listbox id="zotero-duplicates-merge-original-date" onselect="Zotero_Duplicates_Pane.setMaster(this.selectedIndex)"/>
|
||||
<listbox id="zotero-duplicates-merge-original-date" onselect="Zotero_Duplicates_Pane.setMaster(this.selectedIndex)" rows="0"/>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
|
|
Loading…
Reference in a new issue