enable tab scrolling

This commit is contained in:
Sebastian Sdorra
2011-06-19 13:24:19 +02:00
parent aef03e237d
commit 384a15bf99

View File

@@ -441,7 +441,8 @@ Ext.onReady(function(){
var mainTabPanel = new Ext.TabPanel({ var mainTabPanel = new Ext.TabPanel({
id: 'mainTabPanel', id: 'mainTabPanel',
region: 'center', region: 'center',
deferredRender: false deferredRender: false,
enableTabScroll: true
}); });
new Ext.Viewport({ new Ext.Viewport({