fix the l.getSize error caused by the options tab

This commit is contained in:
Damien Churchill 2009-04-02 22:55:47 +00:00
parent 8ebb9af5fc
commit 4b8a267c57
1 changed files with 15 additions and 11 deletions

View File

@ -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
}]
}]
}]
}]