tweak the download prefs page so no scrollbars appear

This commit is contained in:
Damien Churchill 2009-12-10 00:38:48 +00:00
commit 429f7064fa
2 changed files with 3 additions and 3 deletions

View file

@ -98,8 +98,8 @@ Ext.deluge.preferences.Downloads = Ext.extend(Ext.FormPanel, {
autoHeight: true, autoHeight: true,
labelWidth: 1, labelWidth: 1,
defaultType: 'radiogroup', defaultType: 'radiogroup',
style: 'margin-bottom: 5px; padding-bottom: 5px;', style: 'margin-bottom: 5px; margin-top: 0; padding-bottom: 5px; padding-top: 0;',
width: 260 width: 240
}); });
optMan.bind('compact_allocation', fieldset.add({ optMan.bind('compact_allocation', fieldset.add({
name: 'compact_allocation', name: 'compact_allocation',

File diff suppressed because one or more lines are too long