From 5c8eccdd8294e5c677df45753c6700f036da3e3d Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Fri, 30 Apr 2010 13:31:17 +0100 Subject: [PATCH] reduce the size of the details panel --- deluge/ui/web/js/deluge-all/details/DetailsPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/js/deluge-all/details/DetailsPanel.js b/deluge/ui/web/js/deluge-all/details/DetailsPanel.js index 88a0d9729..0ac556e4a 100644 --- a/deluge/ui/web/js/deluge-all/details/DetailsPanel.js +++ b/deluge/ui/web/js/deluge-all/details/DetailsPanel.js @@ -39,7 +39,7 @@ Deluge.details.DetailsPanel = Ext.extend(Ext.TabPanel, { region: 'south', id: 'torrentDetails', split: true, - height: 220, + height: 210, minSize: 100, collapsible: true, margins: '0 5 5 5',