Author: damoxc
Revision: 5491
Log:
remove the borders on the GridPanels
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Sidebar.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Sidebar.js 2009-07-15 14:00:57 UTC (rev
5490)
+++ trunk/deluge/ui/web/js/Deluge.Sidebar.js 2009-07-15 16:43:42 UTC (rev
5491)
@@ -111,6 +111,7 @@
var panel = new Ext.grid.GridPanel({
id: filter + '-panel',
+ border: false,
store: store,
title: _(title),
columns: [
@@ -233,4 +234,4 @@
});
Deluge.Sidebar = new Ext.deluge.Sidebar();
-})();
\ No newline at end of file
+})();
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---