mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 19:08:40 +00:00
remove the borders on the GridPanels
This commit is contained in:
parent
ba91b6e587
commit
929a501453
1 changed files with 2 additions and 1 deletions
|
@ -111,6 +111,7 @@ Copyright:
|
|||
|
||||
var panel = new Ext.grid.GridPanel({
|
||||
id: filter + '-panel',
|
||||
border: false,
|
||||
store: store,
|
||||
title: _(title),
|
||||
columns: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue