mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
remove the margin and padding from the bottom of the options fieldset
This commit is contained in:
parent
e646a5ef87
commit
a1e950d6e5
2 changed files with 2 additions and 1 deletions
|
@ -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
Loading…
Add table
Reference in a new issue