Index: Source/devtools/front_end/AuditLauncherView.js |
diff --git a/Source/devtools/front_end/AuditLauncherView.js b/Source/devtools/front_end/AuditLauncherView.js |
index b64991d8b6d8f1444aac72b26e7ebdf135077d07..2f7ac031a28d071114a91ea79559271c54b0d095 100644 |
--- a/Source/devtools/front_end/AuditLauncherView.js |
+++ b/Source/devtools/front_end/AuditLauncherView.js |
@@ -36,6 +36,7 @@ |
WebInspector.AuditLauncherView = function(auditController) |
{ |
WebInspector.VBox.call(this); |
+ this.setMinimumSize(new Size(100, 50)); |
pfeldman
2014/03/14 06:23:10
You could have created Size inside the method.
dgozman
2014/03/14 15:55:15
Done.
|
this._auditController = auditController; |