mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
decrease the margin-top on the server fieldset
This commit is contained in:
parent
e2fb2ddd03
commit
f127d1c451
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ Ext.deluge.preferences.Interface = Ext.extend(Ext.form.FormPanel, {
|
||||||
xtype: 'fieldset',
|
xtype: 'fieldset',
|
||||||
border: false,
|
border: false,
|
||||||
title: _('Server'),
|
title: _('Server'),
|
||||||
|
style: 'margin-top: 5px; padding-top: 5px;',
|
||||||
autoHeight: true,
|
autoHeight: true,
|
||||||
labelWidth: 110,
|
labelWidth: 110,
|
||||||
defaultType: 'uxspinner',
|
defaultType: 'uxspinner',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue