| 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
|
|
|