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..57f46a2f8909a1c712058f8c10f18cc65ce8c1be 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(100, 25); |
this._auditController = auditController; |