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

Unified Diff: Source/devtools/front_end/sources/SourcesView.js

Issue 1213693005: DevTools: Line and column number overlaps with file name in sources section. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sources/SourcesView.js
diff --git a/Source/devtools/front_end/sources/SourcesView.js b/Source/devtools/front_end/sources/SourcesView.js
index 743e30b4439aabb3445f75f7c03df31c1566842a..1d3bf4588ee37412457949aa1b26b25deba2dbdf 100644
--- a/Source/devtools/front_end/sources/SourcesView.js
+++ b/Source/devtools/front_end/sources/SourcesView.js
@@ -17,7 +17,7 @@ WebInspector.SourcesView = function(workspace, sourcesPanel)
WebInspector.VBox.call(this);
this.registerRequiredCSS("sources/sourcesView.css");
this.element.id = "sources-panel-sources-view";
- this.setMinimumAndPreferredSizes(50, 25, 150, 100);
+ this.setMinimumAndPreferredSizes(50, 52, 150, 100);
this._workspace = workspace;
this._sourcesPanel = sourcesPanel;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698