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

@ -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': {