Module: deluge
Branch: master
Commit: 412d0ee4f9f63c62a05dbc6c46b94dde73b65fdb

Author: Damien Churchill <[email protected]>
Date:   Sat May  8 16:01:28 2010 +0100

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

---

 deluge/plugins/label/label/data/label.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/deluge/plugins/label/label/data/label.js 
b/deluge/plugins/label/label/data/label.js
index 2bbb473..f68cd83 100644
--- a/deluge/plugins/label/label/data/label.js
+++ b/deluge/plugins/label/label/data/label.js
@@ -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,

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to