Add 2x icons for attachment-snapshot and conferencePaper

This commit is contained in:
Dan Stillman 2018-10-26 00:54:40 -04:00
parent f26c2c52d8
commit 91bac0e052
3 changed files with 2 additions and 2 deletions

View file

@ -460,6 +460,7 @@ Zotero.ItemTypes = new function() {
// HiDPI images available
case 'attachment-link':
case 'attachment-pdf':
case 'attachment-snapshot':
case 'attachment-web-link':
case 'artwork':
case 'audioRecording':
@ -469,6 +470,7 @@ Zotero.ItemTypes = new function() {
case 'bookSection':
case 'case':
case 'computerProgram':
case 'conferencePaper':
case 'dictionaryEntry':
case 'email':
case 'encyclopediaArticle':
@ -492,8 +494,6 @@ Zotero.ItemTypes = new function() {
return "chrome://zotero/skin/treeitem-" + itemType + suffix + ".png";
// No HiDPI images available
case 'attachment-snapshot':
case 'conferencePaper':
case 'map':
case 'podcast':
case 'radioBroadcast':

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB