Commit 71cf3011 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Document the strange tab-bar padding hack.

parent 5e4da159
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -93,7 +93,8 @@ Ext.define('Docs.view.Viewport', {
                                split: true,
                                listeners: {
                                    afterRender: function() {
                                        this.tabBar.insert(0, {width: 7, xtype: 'container'})
                                        // Add 7px padding at left side of tab-bar
                                        this.tabBar.insert(0, {width: 7, xtype: 'container'});
                                    }
                                },
                                items: [