commit 9a3f3b70268211b748717ee3a138be81a9ceb293 parent 34e62cad87127f6ff4ab12c0405376ed7158dc9f Author: Dan Stillman <dstillman@zotero.org> Date: Sun, 12 Feb 2012 04:42:02 -0500 Fix for large Z pane min-height Diffstat:
| M | chrome/content/zotero/itemPane.xul | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/itemPane.xul b/chrome/content/zotero/itemPane.xul @@ -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>