Add 2x icons for attachment-snapshot and conferencePaper
This commit is contained in:
parent
f26c2c52d8
commit
91bac0e052
3 changed files with 2 additions and 2 deletions
|
@ -460,6 +460,7 @@ Zotero.ItemTypes = new function() {
|
||||||
// HiDPI images available
|
// HiDPI images available
|
||||||
case 'attachment-link':
|
case 'attachment-link':
|
||||||
case 'attachment-pdf':
|
case 'attachment-pdf':
|
||||||
|
case 'attachment-snapshot':
|
||||||
case 'attachment-web-link':
|
case 'attachment-web-link':
|
||||||
case 'artwork':
|
case 'artwork':
|
||||||
case 'audioRecording':
|
case 'audioRecording':
|
||||||
|
@ -469,6 +470,7 @@ Zotero.ItemTypes = new function() {
|
||||||
case 'bookSection':
|
case 'bookSection':
|
||||||
case 'case':
|
case 'case':
|
||||||
case 'computerProgram':
|
case 'computerProgram':
|
||||||
|
case 'conferencePaper':
|
||||||
case 'dictionaryEntry':
|
case 'dictionaryEntry':
|
||||||
case 'email':
|
case 'email':
|
||||||
case 'encyclopediaArticle':
|
case 'encyclopediaArticle':
|
||||||
|
@ -492,8 +494,6 @@ Zotero.ItemTypes = new function() {
|
||||||
return "chrome://zotero/skin/treeitem-" + itemType + suffix + ".png";
|
return "chrome://zotero/skin/treeitem-" + itemType + suffix + ".png";
|
||||||
|
|
||||||
// No HiDPI images available
|
// No HiDPI images available
|
||||||
case 'attachment-snapshot':
|
|
||||||
case 'conferencePaper':
|
|
||||||
case 'map':
|
case 'map':
|
||||||
case 'podcast':
|
case 'podcast':
|
||||||
case 'radioBroadcast':
|
case 'radioBroadcast':
|
||||||
|
|
BIN
chrome/skin/default/zotero/treeitem-attachment-snapshot@2x.png
Normal file
BIN
chrome/skin/default/zotero/treeitem-attachment-snapshot@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
chrome/skin/default/zotero/treeitem-conferencePaper@2x.png
Normal file
BIN
chrome/skin/default/zotero/treeitem-conferencePaper@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Loading…
Reference in a new issue