Chromium Code Reviews| Index: Source/devtools/front_end/toolbox/ResponsiveDesignView.js |
| diff --git a/Source/devtools/front_end/toolbox/ResponsiveDesignView.js b/Source/devtools/front_end/toolbox/ResponsiveDesignView.js |
| index 96c4a50ee8f06744c159e5680dd0d6f0dbe1cd99..f890490fc79a743948cdd1e86b7fc7c684f87cdc 100644 |
| --- a/Source/devtools/front_end/toolbox/ResponsiveDesignView.js |
| +++ b/Source/devtools/front_end/toolbox/ResponsiveDesignView.js |
| @@ -188,6 +188,7 @@ WebInspector.ResponsiveDesignView.prototype = { |
| mediaInspectorHeight += WebInspector.ResponsiveDesignView.RulerBottomHeight; |
| this._availableSize = new Size(Math.max(rect.width * zoomFactor - WebInspector.ResponsiveDesignView.RulerWidth, 1), |
| Math.max(rect.height * zoomFactor - mediaInspectorHeight - WebInspector.ResponsiveDesignView.RulerHeight, 1)); |
| + |
|
dgozman
2014/09/09 14:46:49
nit: remove this extra line.
pbakaus
2014/09/10 11:18:15
Done.
|
| } |
| return this._availableSize; |
| }, |
| @@ -284,7 +285,7 @@ WebInspector.ResponsiveDesignView.prototype = { |
| const lightLineColor = "rgb(132, 132, 132)"; |
| const darkLineColor = "rgb(114, 114, 114)"; |
| const rulerColor = "rgb(125, 125, 125)"; |
| - const rulerOverlayColor = "rgba(255, 255, 255, 0.4)"; |
| + const rulerOverlayColor = "rgba(255, 255, 255, 0.2)"; |
| const textColor = "rgb(186, 186, 186)"; |
| const contentsSizeColor = "rgba(0, 0, 0, 0.3)"; |