tweak the download prefs page so no scrollbars appear

This commit is contained in:
Damien Churchill 2009-12-10 00:38:48 +00:00
parent 3f383df479
commit b9d2094a15
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,
labelWidth: 1,
defaultType: 'radiogroup',
style: 'margin-bottom: 5px; padding-bottom: 5px;',
width: 260
style: 'margin-bottom: 5px; margin-top: 0; padding-bottom: 5px; padding-top: 0;',
width: 240
});
optMan.bind('compact_allocation', fieldset.add({
name: 'compact_allocation',

File diff suppressed because one or more lines are too long