| 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;
|
|
|
|
|