fix scrolling on the edit trackers window

This commit is contained in:
Damien Churchill 2011-02-15 12:49:04 +00:00
parent 1da7a518b5
commit 84804d37cc
1 changed files with 1 additions and 1 deletions

View File

@ -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: [
{