Module: deluge Branch: 1.3-stable Commit: 8f021c7f0682b8ad53f0a4bb345ea46b98a7c4bf
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.
