mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
remove the margin and padding from the bottom of the options fieldset
This commit is contained in:
parent
7650ebc373
commit
a2cc2cdd8f
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue