|
|
@@ -37,7 +37,7 @@ Ext.define('saas.view.core.form.RemoteCombo', {
|
|
|
picker;
|
|
|
var count = this.store.getCount();
|
|
|
var pickerCfg = Ext.apply({
|
|
|
- height: count>5?248-(me.hiddenBtn?50:0):(33*count+me.hiddenBtn?0:50),
|
|
|
+ height: count>5?248-(me.hiddenBtn?50:0):(33*count+(me.hiddenBtn?0:50)),
|
|
|
hiddenBtn:me.hiddenBtn,
|
|
|
xtype: 'boundlistadd',
|
|
|
id: me.id + '-picker',
|