mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 01:48:40 +00:00
reduce the size of the details panel
This commit is contained in:
parent
c45583e8e7
commit
5c8eccdd82
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Deluge.details.DetailsPanel = Ext.extend(Ext.TabPanel, {
|
||||||
region: 'south',
|
region: 'south',
|
||||||
id: 'torrentDetails',
|
id: 'torrentDetails',
|
||||||
split: true,
|
split: true,
|
||||||
height: 220,
|
height: 210,
|
||||||
minSize: 100,
|
minSize: 100,
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
margins: '0 5 5 5',
|
margins: '0 5 5 5',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue