decrease the margin-top on the server fieldset
This commit is contained in:
parent
e2fb2ddd03
commit
f127d1c451
|
@ -92,6 +92,7 @@ Ext.deluge.preferences.Interface = Ext.extend(Ext.form.FormPanel, {
|
|||
xtype: 'fieldset',
|
||||
border: false,
|
||||
title: _('Server'),
|
||||
style: 'margin-top: 5px; padding-top: 5px;',
|
||||
autoHeight: true,
|
||||
labelWidth: 110,
|
||||
defaultType: 'uxspinner',
|
||||
|
|
Loading…
Reference in New Issue