use the BufferView to ease torrent loading in the interface

This commit is contained in:
Damien Churchill 2010-01-28 18:39:16 +00:00
parent 976824ad99
commit 0647c4e3d7
1 changed files with 5 additions and 1 deletions

View File

@ -200,7 +200,11 @@ Copyright:
deferredRender:false,
autoScroll:true,
margins: '5 5 0 0',
stateful: true
stateful: true,
view: new Ext.ux.grid.BufferView({
rowHeight: 34,
scrollDelay: false
})
}, config);
Ext.deluge.TorrentGrid.superclass.constructor.call(this, config);
},