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
commit 4b8a267c57

View file

@ -645,6 +645,7 @@ Deluge.Details.Panel = new Ext.TabPanel({
}]
}, {
layout: 'column',
items: [{
items: [{
id: 'edit_trackers',
xtype: 'button',
@ -652,7 +653,9 @@ Deluge.Details.Panel = new Ext.TabPanel({
cls: 'x-btn-text-icon',
iconCls: 'x-deluge-edit-trackers',
width: 100
}]
}, {
items: [{
id: 'apply',
xtype: 'button',
text: _('Apply'),
@ -661,6 +664,7 @@ Deluge.Details.Panel = new Ext.TabPanel({
}]
}]
}]
}]
}],
listeners: {
'render': {