Author: damoxc
Revision: 4984
Log:
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
Diff:
Modified: trunk/deluge/ui/web/js/deluge-details.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-details.js 2009-04-02 09:54:06 UTC (rev
4983)
+++ trunk/deluge/ui/web/js/deluge-details.js 2009-04-02 10:24:55 UTC (rev
4984)
@@ -346,7 +346,9 @@
Deluge.Details.Options = {
onRender: function(panel) {
-
+ panel.layout = new Ext.layout.FormLayout();
+ panel.layout.setContainer(panel);
+ panel.doLayout();
}
}
@@ -497,6 +499,7 @@
frame: true,
autoScroll:true,
deferredRender:false,
+
items: [{
layout: 'column',
defaults: {
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---