mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
set the baseCls for the add label form panel to x-plain
This commit is contained in:
parent
e8788bde08
commit
412d0ee4f9
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ Deluge.ux.AddLabelWindow = Ext.extend(Ext.Window, {
|
||||||
this.form = this.add({
|
this.form = this.add({
|
||||||
xtype: 'form',
|
xtype: 'form',
|
||||||
height: 35,
|
height: 35,
|
||||||
|
baseCls: 'x-plain',
|
||||||
bodyStyle:'padding:5px 5px 0',
|
bodyStyle:'padding:5px 5px 0',
|
||||||
defaultType: 'textfield',
|
defaultType: 'textfield',
|
||||||
labelWidth: 50,
|
labelWidth: 50,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue