mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
fix scrolling on the edit trackers window
This commit is contained in:
parent
c523958bf6
commit
d3a61bbda4
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,6 @@ Deluge.EditTrackersWindow = Ext.extend(Ext.Window, {
|
||||||
},
|
},
|
||||||
stripeRows: true,
|
stripeRows: true,
|
||||||
singleSelect: true,
|
singleSelect: true,
|
||||||
autoScroll: true,
|
|
||||||
listeners: {
|
listeners: {
|
||||||
'dblclick': {fn: this.onListNodeDblClicked, scope: this},
|
'dblclick': {fn: this.onListNodeDblClicked, scope: this},
|
||||||
'selectionchange': {fn: this.onSelect, scope: this}
|
'selectionchange': {fn: this.onSelect, scope: this}
|
||||||
|
@ -96,6 +95,7 @@ Deluge.EditTrackersWindow = Ext.extend(Ext.Window, {
|
||||||
this.panel = this.add({
|
this.panel = this.add({
|
||||||
margins: '0 0 0 0',
|
margins: '0 0 0 0',
|
||||||
items: [this.list],
|
items: [this.list],
|
||||||
|
autoScroll: true,
|
||||||
bbar: new Ext.Toolbar({
|
bbar: new Ext.Toolbar({
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue