mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
remove margins as this is a borderlayout config option
This commit is contained in:
parent
0c0d81e2c3
commit
e3171671f0
1 changed files with 1 additions and 2 deletions
|
@ -446,8 +446,7 @@ Deluge.SideBar = {
|
||||||
hideHeaders: true,
|
hideHeaders: true,
|
||||||
autoExpandColumn: 'filter',
|
autoExpandColumn: 'filter',
|
||||||
deferredRender: false,
|
deferredRender: false,
|
||||||
autoScroll: true,
|
autoScroll: true
|
||||||
margins: '5 5 5 5'
|
|
||||||
});
|
});
|
||||||
store.loadData(states);
|
store.loadData(states);
|
||||||
this.Bar.add(panel);
|
this.Bar.add(panel);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue