mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 14:26:24 +00:00
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({
|
var panel = new Ext.grid.GridPanel({
|
||||||
id: filter + '-panel',
|
id: filter + '-panel',
|
||||||
|
border: false,
|
||||||
store: store,
|
store: store,
|
||||||
title: _(title),
|
title: _(title),
|
||||||
columns: [
|
columns: [
|
||||||
@ -233,4 +234,4 @@ Copyright:
|
|||||||
|
|
||||||
});
|
});
|
||||||
Deluge.Sidebar = new Ext.deluge.Sidebar();
|
Deluge.Sidebar = new Ext.deluge.Sidebar();
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user