| Index: Source/devtools/front_end/ResponsiveDesignView.js
|
| diff --git a/Source/devtools/front_end/ResponsiveDesignView.js b/Source/devtools/front_end/ResponsiveDesignView.js
|
| index ade7f1590b3c76ebad8be30f835976bc3d27c618..83bc555fde001387bb8874a7439dd8908e020c97 100644
|
| --- a/Source/devtools/front_end/ResponsiveDesignView.js
|
| +++ b/Source/devtools/front_end/ResponsiveDesignView.js
|
| @@ -11,6 +11,7 @@
|
| WebInspector.ResponsiveDesignView = function(inspectedPagePlaceholder)
|
| {
|
| WebInspector.VBox.call(this);
|
| + this.setMinimumSize(150, 150);
|
| this.registerRequiredCSS("responsiveDesignView.css");
|
|
|
| this._responsiveDesignContainer = new WebInspector.VBox();
|
|
|