Fix for large Z pane min-height

This commit is contained in:
Dan Stillman 2012-02-12 04:42:02 -05:00
parent 34e62cad87
commit 9a3f3b7026

View file

@ -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>