|
|
@ -51,6 +51,19 @@ export class IconArrowNode extends NodeButton { |
|
|
|
iconHeight: o.iconHeight, |
|
|
|
iconHeight: o.iconHeight, |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.text = createWidget({ |
|
|
|
|
|
|
|
type: "bi.label", |
|
|
|
|
|
|
|
textAlign: "left", |
|
|
|
|
|
|
|
whiteSpace: "nowrap", |
|
|
|
|
|
|
|
textHeight: o.height, |
|
|
|
|
|
|
|
height: o.height, |
|
|
|
|
|
|
|
hgap: o.hgap, |
|
|
|
|
|
|
|
text: o.text, |
|
|
|
|
|
|
|
value: o.value, |
|
|
|
|
|
|
|
py: o.py, |
|
|
|
|
|
|
|
keyword: o.keyword |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
createWidget({ |
|
|
|
createWidget({ |
|
|
|
type: Label.xtype, |
|
|
|
type: Label.xtype, |
|
|
|
textAlign: "left", |
|
|
|
textAlign: "left", |
|
|
|