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

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

Issue 2980063002: DevTools: allow colorpicker to scroll horizontally (Closed)
Patch Set: no important Created 3 years, 5 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
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 9375cb03a894a6ad5d75405ddb36ca667e63ef71..dd6f964fc8188096bfe5510ffa8ed0b44c2950cb 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/GlassPane.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/GlassPane.js
@@ -159,7 +159,7 @@ UI.GlassPane = class {
var showArrow = this._marginBehavior === UI.GlassPane.MarginBehavior.Arrow;
var gutterSize = showArrow ? 8 : (this._marginBehavior === UI.GlassPane.MarginBehavior.NoMargin ? 0 : 3);
- var scrollbarSize = 14;
+ var scrollbarSize = 15;
luoe 2017/07/18 20:49:08 Measured on Linux, manually tested on Mac and Wind
var arrowSize = 10;
var container = UI.GlassPane._containers.get(/** @type {!Document} */ (this.element.ownerDocument));

Powered by Google App Engine
This is Rietveld 408576698