tweak the download prefs page so no scrollbars appear
This commit is contained in:
parent
3f383df479
commit
b9d2094a15
|
@ -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
Loading…
Reference in New Issue