mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
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…
x
Reference in New Issue
Block a user