mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-03 00:25:33 +00:00
couple of tweaks to the plugin page layout
This commit is contained in:
parent
7711239452
commit
3fcdcc8eec
1 changed files with 14 additions and 7 deletions
|
@ -200,14 +200,21 @@ Deluge.preferences.Plugins = Ext.extend(Ext.Panel, {
|
||||||
}]
|
}]
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
var fieldset = this.add({
|
var pp = this.pluginInfo = this.add({
|
||||||
xtype: 'fieldset',
|
xtype: 'panel',
|
||||||
border: false,
|
border: true,
|
||||||
region: 'south',
|
height: 160,
|
||||||
title: _('Info'),
|
region: 'south',
|
||||||
|
margins: '0 5 5 5'
|
||||||
|
});
|
||||||
|
var fieldset = pp.add({
|
||||||
|
xtype: 'fieldset',
|
||||||
|
title: _('Info'),
|
||||||
|
border: false,
|
||||||
autoHeight: true,
|
autoHeight: true,
|
||||||
labelWidth: 1
|
labelWidth: 1,
|
||||||
|
style: 'margin-top: 5px;',
|
||||||
});
|
});
|
||||||
this.pluginInfo = fieldset.add({
|
this.pluginInfo = fieldset.add({
|
||||||
xtype: 'panel',
|
xtype: 'panel',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue