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',
|
||||
items: [{
|
||||
id: 'edit_trackers',
|
||||
xtype: 'button',
|
||||
text: _('Edit Trackers'),
|
||||
cls: 'x-btn-text-icon',
|
||||
iconCls: 'x-deluge-edit-trackers',
|
||||
width: 100
|
||||
items: [{
|
||||
id: 'edit_trackers',
|
||||
xtype: 'button',
|
||||
text: _('Edit Trackers'),
|
||||
cls: 'x-btn-text-icon',
|
||||
iconCls: 'x-deluge-edit-trackers',
|
||||
width: 100
|
||||
}]
|
||||
}, {
|
||||
id: 'apply',
|
||||
xtype: 'button',
|
||||
text: _('Apply'),
|
||||
style: 'margin-left: 10px',
|
||||
width: 100
|
||||
items: [{
|
||||
id: 'apply',
|
||||
xtype: 'button',
|
||||
text: _('Apply'),
|
||||
style: 'margin-left: 10px',
|
||||
width: 100
|
||||
}]
|
||||
}]
|
||||
}]
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue