remove the border from the form
This commit is contained in:
parent
4ddc92f55d
commit
434c69492a
|
@ -233,6 +233,7 @@ Deluge.Add.Options = new Ext.TabPanel({
|
||||||
items: [new Ext.form.FormPanel({
|
items: [new Ext.form.FormPanel({
|
||||||
id: 'addOptionsForm',
|
id: 'addOptionsForm',
|
||||||
bodyStyle: 'padding: 5px;',
|
bodyStyle: 'padding: 5px;',
|
||||||
|
border: false,
|
||||||
items: [{
|
items: [{
|
||||||
xtype: 'fieldset',
|
xtype: 'fieldset',
|
||||||
style: 'padding: 0px; padding-top: 5px;',
|
style: 'padding: 0px; padding-top: 5px;',
|
||||||
|
|
Loading…
Reference in New Issue