Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1286)

Unified Diff: Source/devtools/front_end/AuditLauncherView.js

Issue 214663005: [DevTools] Add preferred size to WebInspector.View. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Constraints Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/devtools/front_end/AuditResultView.js » ('j') | Source/devtools/front_end/SplitView.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | Source/devtools/front_end/AuditResultView.js » ('j') | Source/devtools/front_end/SplitView.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698