|
|
@ -144,8 +144,8 @@ export class TextValueCombo extends Widget { |
|
|
|
|
|
|
|
|
|
|
|
return { |
|
|
|
return { |
|
|
|
type: Combo.xtype, |
|
|
|
type: Combo.xtype, |
|
|
|
height: toPix(o.height, 2), |
|
|
|
height: toPix(o.height, o.simple ? 1 : 2), |
|
|
|
width: toPix(o.width, 2), |
|
|
|
width: toPix(o.width, o.simple ? 0 : 2), |
|
|
|
ref: ref => (this.combo = ref), |
|
|
|
ref: ref => (this.combo = ref), |
|
|
|
container: o.container, |
|
|
|
container: o.container, |
|
|
|
direction: o.direction, |
|
|
|
direction: o.direction, |
|
|
|