Modified:
trunk/html/rt.js
Log:
* activate tab scrolling
* remove useless param in grid config
Modified: trunk/html/rt.js
==============================================================================
--- trunk/html/rt.js (original)
+++ trunk/html/rt.js Tue Jan 8 17:25:16 2008
@@ -27,7 +27,6 @@
closable: true,
title: name,
xtype: 'grid',
- autoscroll: true,
ds: ds,
cm: cm,
viewConfig: { forceFit: true },
@@ -149,6 +148,9 @@
id: 'tabby',
region: 'center',
xtype: 'tabpanel',
+ resizeTabs: true,
+ minTabWidth: 115,
+ enableTabScroll: true,
activeTab: 0,
items: [{
title: 'Instructions',