remove the borders on the GridPanels
This commit is contained in:
parent
ba91b6e587
commit
929a501453
|
@ -111,6 +111,7 @@ Copyright:
|
|||
|
||||
var panel = new Ext.grid.GridPanel({
|
||||
id: filter + '-panel',
|
||||
border: false,
|
||||
store: store,
|
||||
title: _(title),
|
||||
columns: [
|
||||
|
|
Loading…
Reference in New Issue