set default textfield width to 250

This commit is contained in:
Sebastian Sdorra
2010-11-29 21:10:45 +01:00
parent f43745ad39
commit d620c64083

View File

@@ -176,6 +176,9 @@ Sonia.config.ConfigForm = Ext.extend(Ext.form.FormPanel, {
layoutConfig : {
labelSeparator : ''
},
defaults: {
width: 250
},
listeners: {
render: function(){
if ( this.onLoad != null && Ext.isFunction( this.onLoad ) ){