Author: damoxc

Revision: 6162

Log:
        use the BufferView to ease torrent loading in the interface

Diff:
Modified: trunk/deluge/ui/web/js/deluge-all/Deluge.Torrents.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-all/Deluge.Torrents.js        2010-01-27 
20:23:15 UTC (rev 6161)
+++ trunk/deluge/ui/web/js/deluge-all/Deluge.Torrents.js        2010-01-28 
18:39:16 UTC (rev 6162)
@@ -200,7 +200,11 @@
                                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);
                },


-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to