mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
use the BufferView to ease torrent loading in the interface
This commit is contained in:
parent
976824ad99
commit
0647c4e3d7
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue