mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
fix scrolling on the edit trackers window
This commit is contained in:
parent
c523958bf6
commit
d3a61bbda4
@ -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: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user