increase the filename column wdith
This commit is contained in:
parent
0d5c30b5f9
commit
7462a5e1d8
|
@ -119,7 +119,7 @@ Deluge.Add.Files = new Ext.tree.ColumnTree({
|
|||
|
||||
columns: [{
|
||||
header: _('Filename'),
|
||||
width: 200,
|
||||
width: 275,
|
||||
dataIndex: 'filename'
|
||||
},{
|
||||
header: _('Size'),
|
||||
|
|
Loading…
Reference in New Issue