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

Unified Diff: Source/devtools/front_end/network/NetworkLogView.js

Issue 1205403003: [DevTools] Get rid of timeling grid labels overlapping with sort option. (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/network/NetworkLogView.js
diff --git a/Source/devtools/front_end/network/NetworkLogView.js b/Source/devtools/front_end/network/NetworkLogView.js
index 589abf624236522ef23c70fc894d79483ed10c35..4ca68232053f74e96cece0f5f8d703162e75db90 100644
--- a/Source/devtools/front_end/network/NetworkLogView.js
+++ b/Source/devtools/front_end/network/NetworkLogView.js
@@ -717,7 +717,7 @@ WebInspector.NetworkLogView.prototype = {
var calculator = this.calculator();
calculator.setDisplayWindow(this._timelineGrid.dividersElement.clientWidth);
- this._timelineGrid.updateDividers(calculator, 50);
+ this._timelineGrid.updateDividers(calculator, 75);
if (calculator.startAtZero) {
// If our current sorting method starts at zero, that means it shows all
« 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