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,
|
||||
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);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue