mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-21 15:48:12 +00:00
fix the l.getSize error caused by the options tab
This commit is contained in:
parent
8ebb9af5fc
commit
4b8a267c57
@ -645,6 +645,7 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
|||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
layout: 'column',
|
layout: 'column',
|
||||||
|
items: [{
|
||||||
items: [{
|
items: [{
|
||||||
id: 'edit_trackers',
|
id: 'edit_trackers',
|
||||||
xtype: 'button',
|
xtype: 'button',
|
||||||
@ -652,7 +653,9 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
|||||||
cls: 'x-btn-text-icon',
|
cls: 'x-btn-text-icon',
|
||||||
iconCls: 'x-deluge-edit-trackers',
|
iconCls: 'x-deluge-edit-trackers',
|
||||||
width: 100
|
width: 100
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
|
items: [{
|
||||||
id: 'apply',
|
id: 'apply',
|
||||||
xtype: 'button',
|
xtype: 'button',
|
||||||
text: _('Apply'),
|
text: _('Apply'),
|
||||||
@ -661,6 +664,7 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
|||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
|
}]
|
||||||
}],
|
}],
|
||||||
listeners: {
|
listeners: {
|
||||||
'render': {
|
'render': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user