Author: damoxc
Revision: 5044
Log:
remove margins as this is a borderlayout config option
Diff:
Modified: trunk/deluge/ui/web/js/deluge-bars.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-bars.js 2009-04-08 09:02:26 UTC (rev
5043)
+++ trunk/deluge/ui/web/js/deluge-bars.js 2009-04-08 20:24:50 UTC (rev
5044)
@@ -446,8 +446,7 @@
hideHeaders: true,
autoExpandColumn: 'filter',
deferredRender: false,
- autoScroll: true,
- margins: '5 5 5 5'
+ autoScroll: true
});
store.loadData(states);
this.Bar.add(panel);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---