use the BufferView to ease torrent loading in the interface
This commit is contained in:
parent
976824ad99
commit
0647c4e3d7
|
@ -200,7 +200,11 @@ Copyright:
|
||||||
deferredRender:false,
|
deferredRender:false,
|
||||||
autoScroll:true,
|
autoScroll:true,
|
||||||
margins: '5 5 0 0',
|
margins: '5 5 0 0',
|
||||||
stateful: true
|
stateful: true,
|
||||||
|
view: new Ext.ux.grid.BufferView({
|
||||||
|
rowHeight: 34,
|
||||||
|
scrollDelay: false
|
||||||
|
})
|
||||||
}, config);
|
}, config);
|
||||||
Ext.deluge.TorrentGrid.superclass.constructor.call(this, config);
|
Ext.deluge.TorrentGrid.superclass.constructor.call(this, config);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue