Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/GlassPane.js

Issue 2768193002: [DevTools] Adjust popover arrow position. (Closed)
Patch Set: rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/glassPane.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/GlassPane.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/GlassPane.js b/third_party/WebKit/Source/devtools/front_end/ui/GlassPane.js
index 67292e7bd833c7fccc2b3b868d292f55a17cc496..b07fb351147815d43a86a9e87c1b96d4c864172e 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/GlassPane.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/GlassPane.js
@@ -152,7 +152,7 @@ UI.GlassPane = class {
if (!this.isShowing())
return;
- var gutterSize = this._showArrow ? 6 : 3;
+ var gutterSize = this._showArrow ? 8 : 3;
var scrollbarSize = 14;
var arrowSize = 10;
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/glassPane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698