From e3171671f0335c46ddc27aaccdecc683a08c554e Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Wed, 8 Apr 2009 20:24:50 +0000 Subject: [PATCH] remove margins as this is a borderlayout config option --- deluge/ui/web/js/deluge-bars.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deluge/ui/web/js/deluge-bars.js b/deluge/ui/web/js/deluge-bars.js index 837761ac9..439a9ba9d 100644 --- a/deluge/ui/web/js/deluge-bars.js +++ b/deluge/ui/web/js/deluge-bars.js @@ -446,8 +446,7 @@ Deluge.SideBar = { hideHeaders: true, autoExpandColumn: 'filter', deferredRender: false, - autoScroll: true, - margins: '5 5 5 5' + autoScroll: true }); store.loadData(states); this.Bar.add(panel);