From 91d9ec00b42422acac42f7c88b2187865ccace8f Mon Sep 17 00:00:00 2001 From: "Vivy.Pan" Date: Tue, 7 Feb 2023 15:10:14 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-14215=20fix:bi.icon=5Farrow=5Fnode?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=96=87=E6=9C=AC=E6=B6=88=E5=A4=B1=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98-bug26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/button/node/node.icon.arrow.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/case/button/node/node.icon.arrow.js b/src/case/button/node/node.icon.arrow.js index 6dc4ff88f..b9d8d9bea 100644 --- a/src/case/button/node/node.icon.arrow.js +++ b/src/case/button/node/node.icon.arrow.js @@ -51,6 +51,19 @@ export class IconArrowNode extends NodeButton { 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({ type: Label.xtype, textAlign: "left",