decrease the margin-top on the server fieldset

This commit is contained in:
Damien Churchill 2009-08-20 01:19:18 +00:00
parent e2fb2ddd03
commit f127d1c451
1 changed files with 1 additions and 0 deletions

View File

@ -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',