mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
fix the l.getSize error caused by the options tab
This commit is contained in:
parent
8ebb9af5fc
commit
4b8a267c57
1 changed files with 15 additions and 11 deletions
|
@ -645,6 +645,7 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
|||
}]
|
||||
}, {
|
||||
layout: 'column',
|
||||
items: [{
|
||||
items: [{
|
||||
id: 'edit_trackers',
|
||||
xtype: 'button',
|
||||
|
@ -652,7 +653,9 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
|||
cls: 'x-btn-text-icon',
|
||||
iconCls: 'x-deluge-edit-trackers',
|
||||
width: 100
|
||||
}]
|
||||
}, {
|
||||
items: [{
|
||||
id: 'apply',
|
||||
xtype: 'button',
|
||||
text: _('Apply'),
|
||||
|
@ -661,6 +664,7 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
|||
}]
|
||||
}]
|
||||
}]
|
||||
}]
|
||||
}],
|
||||
listeners: {
|
||||
'render': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue