mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-15 14:05:57 +00:00
remove the margin and padding from the bottom of the options fieldset
This commit is contained in:
parent
7650ebc373
commit
a2cc2cdd8f
@ -126,6 +126,7 @@ Ext.deluge.preferences.Downloads = Ext.extend(Ext.FormPanel, {
|
|||||||
autoHeight: true,
|
autoHeight: true,
|
||||||
labelWidth: 1,
|
labelWidth: 1,
|
||||||
defaultType: 'checkbox',
|
defaultType: 'checkbox',
|
||||||
|
style: 'margin-bottom: 0; padding-bottom: 0;',
|
||||||
width: 280
|
width: 280
|
||||||
});
|
});
|
||||||
optMan.bind('prioritize_first_last_pieces', fieldset.add({
|
optMan.bind('prioritize_first_last_pieces', fieldset.add({
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user