FBI-1288: DB connection dropdown is not completely displayed
This commit is contained in:
@@ -1036,14 +1036,18 @@ function validateFieldSizeAutoincrement(valueType, defaultValue) {
|
||||
bodyStyle:'padding:10px',
|
||||
waitMsgTarget : true,
|
||||
frame: true,
|
||||
height: _plugin_permissions !== false ? 224 : 200,
|
||||
defaults: {
|
||||
allowBlank: false,
|
||||
msgTarget: 'side',
|
||||
align:'center'
|
||||
},
|
||||
listeners: {
|
||||
afterRender: function () {
|
||||
this.setHeight('auto');
|
||||
}
|
||||
},
|
||||
items: items
|
||||
}
|
||||
};
|
||||
|
||||
var frmDetails = new Ext.FormPanel(frmDetailsConfig);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user