mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
make the edit trackers window resizable
This commit is contained in:
parent
d3a61bbda4
commit
0b3c408e64
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Deluge.EditTrackersWindow = Ext.extend(Ext.Window, {
|
|||
height: 220,
|
||||
plain: true,
|
||||
closable: true,
|
||||
resizable: false,
|
||||
resizable: true,
|
||||
|
||||
bodyStyle: 'padding: 5px',
|
||||
buttonAlign: 'right',
|
||||
|
|
Loading…
Add table
Reference in a new issue