Module: deluge Branch: master Commit: d3a61bbda4495655056ac1dea02f18ec3fdc31ba
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.
