make the edit trackers window resizable
This commit is contained in:
parent
d3a61bbda4
commit
0b3c408e64
|
@ -43,7 +43,7 @@ Deluge.EditTrackersWindow = Ext.extend(Ext.Window, {
|
||||||
height: 220,
|
height: 220,
|
||||||
plain: true,
|
plain: true,
|
||||||
closable: true,
|
closable: true,
|
||||||
resizable: false,
|
resizable: true,
|
||||||
|
|
||||||
bodyStyle: 'padding: 5px',
|
bodyStyle: 'padding: 5px',
|
||||||
buttonAlign: 'right',
|
buttonAlign: 'right',
|
||||||
|
|
Loading…
Reference in New Issue