remove the border from the form

This commit is contained in:
Damien Churchill 2009-04-06 20:31:46 +00:00
parent 4ddc92f55d
commit 434c69492a
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ Deluge.Add.Options = new Ext.TabPanel({
items: [new Ext.form.FormPanel({
id: 'addOptionsForm',
bodyStyle: 'padding: 5px;',
border: false,
items: [{
xtype: 'fieldset',
style: 'padding: 0px; padding-top: 5px;',