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

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

Issue 197823010: [DevTools] Add minimum size to WebInspector.View. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@splitdip2
Patch Set: fixed comments 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 | « Source/devtools/front_end/SidebarPane.js ('k') | Source/devtools/front_end/SourcesPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/SourcesEditor.js
diff --git a/Source/devtools/front_end/SourcesEditor.js b/Source/devtools/front_end/SourcesEditor.js
index 7454edcb38f8f901383a479108baf2cfe76b1e2c..6f0805097f86970868d5688c2df6af658950039f 100644
--- a/Source/devtools/front_end/SourcesEditor.js
+++ b/Source/devtools/front_end/SourcesEditor.js
@@ -16,6 +16,7 @@ WebInspector.SourcesView = function(workspace, sourcesPanel)
WebInspector.VBox.call(this);
this.registerRequiredCSS("sourcesView.css");
this.element.id = "sources-panel-sources-view";
+ this.setMinimumSize(50, 25);
this._workspace = workspace;
this._sourcesPanel = sourcesPanel;
« no previous file with comments | « Source/devtools/front_end/SidebarPane.js ('k') | Source/devtools/front_end/SourcesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698