|
|
@ -30,7 +30,7 @@ BI.SingleSelectCombo = BI.inherit(BI.Single, { |
|
|
|
|
|
|
|
|
|
|
|
this.trigger = BI.createWidget({ |
|
|
|
this.trigger = BI.createWidget({ |
|
|
|
type: "bi.single_select_trigger", |
|
|
|
type: "bi.single_select_trigger", |
|
|
|
height: o.height, |
|
|
|
height: o.height - 2, |
|
|
|
// adapter: this.popup,
|
|
|
|
// adapter: this.popup,
|
|
|
|
allowNoSelect: o.allowNoSelect, |
|
|
|
allowNoSelect: o.allowNoSelect, |
|
|
|
allowEdit: o.allowEdit, |
|
|
|
allowEdit: o.allowEdit, |
|
|
|