set the baseCls for the add label form panel to x-plain

This commit is contained in:
Damien Churchill 2010-05-08 16:01:28 +01:00
parent 6bb4559d18
commit 8f021c7f06
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ Deluge.ux.AddLabelWindow = Ext.extend(Ext.Window, {
this.form = this.add({
xtype: 'form',
height: 35,
baseCls: 'x-plain',
bodyStyle:'padding:5px 5px 0',
defaultType: 'textfield',
labelWidth: 50,