remove the margin and padding from the bottom of the options fieldset

This commit is contained in:
Damien Churchill 2009-12-10 14:35:10 +00:00
parent 7650ebc373
commit a2cc2cdd8f
2 changed files with 2 additions and 1 deletions

View File

@ -126,6 +126,7 @@ Ext.deluge.preferences.Downloads = Ext.extend(Ext.FormPanel, {
autoHeight: true,
labelWidth: 1,
defaultType: 'checkbox',
style: 'margin-bottom: 0; padding-bottom: 0;',
width: 280
});
optMan.bind('prioritize_first_last_pieces', fieldset.add({

File diff suppressed because one or more lines are too long