Keep PDF handler menulist the right size

This commit is contained in:
Dan Stillman 2018-03-08 19:38:39 -05:00
parent f871da17c8
commit 81a75d79be
2 changed files with 5 additions and 1 deletions

View file

@ -122,7 +122,7 @@
<hbox align="center">
<label value="&zotero.preferences.fileHandler.openPDFsUsing;" control="file-handler-pdf"/>
<menulist id="fileHandler-pdf">
<menulist id="fileHandler-pdf" class="fileHandler-menu">
<menupopup>
<menuitem id="fileHandler-custom"/>
<menuitem label="&zotero.preferences.fileHandler.systemDefault;"

View file

@ -83,6 +83,10 @@ grid row hbox:first-child
margin-left: .75em;
}
.fileHandler-menu .menulist-icon {
height: 16px;
}
/*
* Sync pane
*/