Index: Source/devtools/front_end/AuditLauncherView.js |
diff --git a/Source/devtools/front_end/AuditLauncherView.js b/Source/devtools/front_end/AuditLauncherView.js |
index 57f46a2f8909a1c712058f8c10f18cc65ce8c1be..990fd307c2574c35d8fd58ab02bcc730c9d682e6 100644 |
--- a/Source/devtools/front_end/AuditLauncherView.js |
+++ b/Source/devtools/front_end/AuditLauncherView.js |
@@ -36,7 +36,7 @@ |
WebInspector.AuditLauncherView = function(auditController) |
{ |
WebInspector.VBox.call(this); |
- this.setMinimumSize(100, 25); |
+ this.setConstraints(100, 25); |
this._auditController = auditController; |