From 0647c4e3d7b21394379328bdf4c9941c152c97de Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Thu, 28 Jan 2010 18:39:16 +0000 Subject: [PATCH] use the BufferView to ease torrent loading in the interface --- deluge/ui/web/js/deluge-all/Deluge.Torrents.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deluge/ui/web/js/deluge-all/Deluge.Torrents.js b/deluge/ui/web/js/deluge-all/Deluge.Torrents.js index d6a86621e..f41339a3a 100644 --- a/deluge/ui/web/js/deluge-all/Deluge.Torrents.js +++ b/deluge/ui/web/js/deluge-all/Deluge.Torrents.js @@ -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); },