Module: deluge
Branch: 1.3-stable
Commit: 84804d37cc931e76f44329f350de9ddba8558f3f

Author: Damien Churchill <[email protected]>
Date:   Tue Feb 15 12:49:04 2011 +0000

fix scrolling on the edit trackers window

---

 deluge/ui/web/js/deluge-all/EditTrackersWindow.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/deluge/ui/web/js/deluge-all/EditTrackersWindow.js 
b/deluge/ui/web/js/deluge-all/EditTrackersWindow.js
index 589ab1f..5925e75 100644
--- a/deluge/ui/web/js/deluge-all/EditTrackersWindow.js
+++ b/deluge/ui/web/js/deluge-all/EditTrackersWindow.js
@@ -86,7 +86,6 @@ Deluge.EditTrackersWindow = Ext.extend(Ext.Window, {
                        },
                        stripeRows: true,
                        singleSelect: true,
-                       autoScroll: true,
                        listeners: {
                                'dblclick': {fn: this.onListNodeDblClicked, 
scope: this},
                                'selectionchange': {fn: this.onSelect, scope: 
this}
@@ -96,6 +95,7 @@ Deluge.EditTrackersWindow = Ext.extend(Ext.Window, {
                this.panel = this.add({
                        margins: '0 0 0 0',
                        items: [this.list],
+                       autoScroll: true,
                        bbar: new Ext.Toolbar({
                                items: [
                                        {

-- 
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