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

View File

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