make the edit trackers window resizable

This commit is contained in:
Damien Churchill 2011-02-15 12:54:25 +00:00
parent 84804d37cc
commit 2eb1a51f6b
1 changed files with 1 additions and 1 deletions

View File

@ -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',