Loading template/app/view/Tabs.js +1 −1 Original line number Diff line number Diff line Loading @@ -371,7 +371,7 @@ Ext.define('Docs.view.Tabs', { * @return {Number} Width of the tab bar (not including the static tabs) */ tabBarWidth: function() { return this.getWidth() - 265; return this.getWidth() - (this.staticTabs.length * 50) - 15; }, /** Loading Loading
template/app/view/Tabs.js +1 −1 Original line number Diff line number Diff line Loading @@ -371,7 +371,7 @@ Ext.define('Docs.view.Tabs', { * @return {Number} Width of the tab bar (not including the static tabs) */ tabBarWidth: function() { return this.getWidth() - 265; return this.getWidth() - (this.staticTabs.length * 50) - 15; }, /** Loading