mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
couple of tweaks to the plugin page layout
This commit is contained in:
parent
7711239452
commit
3fcdcc8eec
@ -200,14 +200,21 @@ Deluge.preferences.Plugins = Ext.extend(Ext.Panel, {
|
||||
}]
|
||||
})
|
||||
});
|
||||
|
||||
var fieldset = this.add({
|
||||
xtype: 'fieldset',
|
||||
border: false,
|
||||
region: 'south',
|
||||
title: _('Info'),
|
||||
|
||||
var pp = this.pluginInfo = this.add({
|
||||
xtype: 'panel',
|
||||
border: true,
|
||||
height: 160,
|
||||
region: 'south',
|
||||
margins: '0 5 5 5'
|
||||
});
|
||||
var fieldset = pp.add({
|
||||
xtype: 'fieldset',
|
||||
title: _('Info'),
|
||||
border: false,
|
||||
autoHeight: true,
|
||||
labelWidth: 1
|
||||
labelWidth: 1,
|
||||
style: 'margin-top: 5px;',
|
||||
});
|
||||
this.pluginInfo = fieldset.add({
|
||||
xtype: 'panel',
|
||||
|
Loading…
x
Reference in New Issue
Block a user