increase the filename column wdith

This commit is contained in:
Damien Churchill 2009-04-01 18:46:48 +00:00
parent 0d5c30b5f9
commit 7462a5e1d8
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Deluge.Add.Files = new Ext.tree.ColumnTree({
columns: [{
header: _('Filename'),
width: 200,
width: 275,
dataIndex: 'filename'
},{
header: _('Size'),