From aa8a3dcb1cb921c9f721aac4c9c87c696ce8a354 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 30 三月 2021 09:19:10 +0800
Subject: [PATCH] Merge branch 'dev-tzy' into temp-wxr

---
 HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs b/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs
index d88f1c0..ad91a5a 100644
--- a/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs
+++ b/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs
@@ -126,7 +126,8 @@
             }
             var btnCaption = new NormalViewControl(i_width, i_height, real);
             btnCaption.X = XX;
-
+            //2021.03.18 鏁磋嫳鏂囩増,鍔犱笂鑷姩鎹㈣
+            btnCaption.IsMoreLines = true;
             btnCaption.Text = i_caption;
 
             return btnCaption;
@@ -329,6 +330,8 @@
             btnContr.TextColor = CSS_Color.PromptingColor1;
             btnContr.Text = i_text;
             btnContr.TextSize = CSS_FontSize.PromptFontSize_FirstLevel;
+            //2021.03.18 鏁磋嫳鏂囩増,鍔犱笂鑷姩鎹㈣
+            btnContr.IsMoreLines = true;
 
             return btnContr;
         }

--
Gitblit v1.8.0