remove the borders on the GridPanels

This commit is contained in:
Damien Churchill 2009-07-15 16:43:42 +00:00
parent ba91b6e587
commit 929a501453
1 changed files with 2 additions and 1 deletions

View File

@ -111,6 +111,7 @@ Copyright:
var panel = new Ext.grid.GridPanel({
id: filter + '-panel',
border: false,
store: store,
title: _(title),
columns: [
@ -233,4 +234,4 @@ Copyright:
});
Deluge.Sidebar = new Ext.deluge.Sidebar();
})();
})();