mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-20 15:18:20 +00:00
fix the l.getSize error caused by the options tab
This commit is contained in:
parent
8ebb9af5fc
commit
4b8a267c57
@ -646,18 +646,22 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
|||||||
}, {
|
}, {
|
||||||
layout: 'column',
|
layout: 'column',
|
||||||
items: [{
|
items: [{
|
||||||
id: 'edit_trackers',
|
items: [{
|
||||||
xtype: 'button',
|
id: 'edit_trackers',
|
||||||
text: _('Edit Trackers'),
|
xtype: 'button',
|
||||||
cls: 'x-btn-text-icon',
|
text: _('Edit Trackers'),
|
||||||
iconCls: 'x-deluge-edit-trackers',
|
cls: 'x-btn-text-icon',
|
||||||
width: 100
|
iconCls: 'x-deluge-edit-trackers',
|
||||||
|
width: 100
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
id: 'apply',
|
items: [{
|
||||||
xtype: 'button',
|
id: 'apply',
|
||||||
text: _('Apply'),
|
xtype: 'button',
|
||||||
style: 'margin-left: 10px',
|
text: _('Apply'),
|
||||||
width: 100
|
style: 'margin-left: 10px',
|
||||||
|
width: 100
|
||||||
|
}]
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user