| Index: Source/devtools/front_end/timeline/TimelinePanel.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelinePanel.js b/Source/devtools/front_end/timeline/TimelinePanel.js
|
| index b5b15fdbaccc67c638ca57d5a808fe29a38281f4..df2c80af92406329af58c4ea4a9fa7fc7c9cfa8f 100644
|
| --- a/Source/devtools/front_end/timeline/TimelinePanel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelinePanel.js
|
| @@ -269,7 +269,7 @@ WebInspector.TimelinePanel.prototype = {
|
| {
|
| modeView.setWindowTimes(this.windowStartTime(), this.windowEndTime());
|
| modeView.refreshRecords(this._textFilter._regex);
|
| - this._stackView.appendView(modeView.view(), "timelinePanelTimelineStackSplitViewState");
|
| + this._stackView.appendView(modeView.view(), "timelinePanelTimelineStackSplitViewState", undefined, 112);
|
| modeView.view().addEventListener(WebInspector.SplitWidget.Events.SidebarSizeChanged, this._sidebarResized, this);
|
| this._currentViews.push(modeView);
|
| },
|
|
|