Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js b/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js |
| index fc8cf5fc47619963613449b4828e50158778c808..9f0a6ad6ff93ef2b31e3714ff23a6be38a854f4b 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js |
| @@ -46,7 +46,7 @@ UI.InspectorView = class extends UI.VBox { |
| // Create drawer tabbed pane. |
| this._drawerTabbedLocation = |
| - UI.viewManager.createTabbedLocation(this._showDrawer.bind(this, false), 'drawer-view', true); |
| + UI.viewManager.createTabbedLocation(this._showDrawer.bind(this, false), 'drawer-view', true, true); |
|
dgozman
2017/05/08 23:25:57
Let's fix all ordering issues in this patch.
einbinder
2017/05/12 21:48:34
Done.
|
| this._drawerTabbedLocation.enableMoreTabsButton(); |
| this._drawerTabbedPane = this._drawerTabbedLocation.tabbedPane(); |
| this._drawerTabbedPane.setMinimumSize(0, 27); |