Module: deluge Branch: master Commit: 5c8eccdd8294e5c677df45753c6700f036da3e3d
Author: Damien Churchill <[email protected]> Date: Fri Apr 30 13:31:17 2010 +0100 reduce the size of the details panel --- .../ui/web/js/deluge-all/details/DetailsPanel.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/details/DetailsPanel.js b/deluge/ui/web/js/deluge-all/details/DetailsPanel.js index 88a0d97..0ac556e 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', -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
