mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 14:02:13 +01:00
set default textfield width to 250
This commit is contained in:
@@ -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 ) ){
|
||||
|
||||
Reference in New Issue
Block a user