mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
fix rendering the form on the options tab (this fix is a little hacky, might be worth looking at the ext or mootools adapter for a better fix
This commit is contained in:
parent
6897cd8b6b
commit
c6deb9ec8b
@ -346,7 +346,9 @@ Deluge.Details.Peers = {
|
||||
|
||||
Deluge.Details.Options = {
|
||||
onRender: function(panel) {
|
||||
|
||||
panel.layout = new Ext.layout.FormLayout();
|
||||
panel.layout.setContainer(panel);
|
||||
panel.doLayout();
|
||||
}
|
||||
}
|
||||
|
||||
@ -497,6 +499,7 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
||||
frame: true,
|
||||
autoScroll:true,
|
||||
deferredRender:false,
|
||||
|
||||
items: [{
|
||||
layout: 'column',
|
||||
defaults: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user