Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: devtools.js

Issue 29608576: Issue 6036 - Use correct resolution for devtools pane icon (Closed)
Patch Set: Switch to 32px icon Created Nov. 17, 2017, 2:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: devtools.js
diff --git a/devtools.js b/devtools.js
index bc2250e7a1bbe81a8d80df483d9b1700cff275cc..d0f9b00698f6f6e37120befb0e56396a9d37cf77 100644
--- a/devtools.js
+++ b/devtools.js
@@ -35,7 +35,7 @@ if ("panels" in browser.devtools)
{
browser.devtools.panels.create(
"Adblock Plus",
- "icons/detailed/abp-48.png",
+ "icons/abp-32.png",
"devtools-panel.html",
panel =>
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld