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

Unified Diff: include.postload.js

Issue 5589897452716032: Implemented ext.contextMenus for Safari (Closed)
Patch Set: Moved code to safari/content.js Created Jan. 7, 2014, 3 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 | « chrome/background.js ('k') | lib/prefs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.postload.js
===================================================================
--- a/include.postload.js
+++ b/include.postload.js
@@ -563,7 +563,7 @@
sendResponse({filters: clickHide_filters});
clickHideFiltersDialog.style.width = (msg.width + 5) + "px";
- clickHideFiltersDialog.style.height = (msg.height + 5) + "px";
+ clickHideFiltersDialog.style.height = (msg.height + 15) + "px";
clickHideFiltersDialog.style.visibility = "visible";
}
break;
« no previous file with comments | « chrome/background.js ('k') | lib/prefs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld