Fix height of style drop-down in csledit.xul on Windows

This commit is contained in:
Dan Stillman 2007-09-20 22:32:38 +00:00
parent e18cdcc4a7
commit f20d42728b

View File

@ -129,7 +129,7 @@
</script>
<vbox flex="1">
<menulist id="zotero-csl-list" initialized="false" oncommand="Zotero_CSL_Editor.loadCSL(this.selectedItem.value)"/>
<menulist id="zotero-csl-list" style="min-height: 1.6em" initialized="false" oncommand="Zotero_CSL_Editor.loadCSL(this.selectedItem.value)"/>
<textbox id="zotero-csl-editor" type="timed" timeout="250" multiline="true"
flex="1"
onkeypress="Zotero_CSL_Editor.handleKeyPress(event)"