From 7232642ff48a7fbde2018cde652f3e771fa58025 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期三, 27 一月 2021 14:32:55 +0800
Subject: [PATCH] 20200127-英文版处理

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/LogicTypeTitleView.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/LogicTypeTitleView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/LogicTypeTitleView.cs
old mode 100755
new mode 100644
index cd16499..6a25605
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/LogicTypeTitleView.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/LogicTypeTitleView.cs
@@ -21,13 +21,14 @@
         public Button btnText = new Button
         {
             TextSize = LogicView.TextSize.text14,
-            Width = Application.GetRealWidth(250),
+            Width = Application.GetRealWidth(270),
             Height = Application.GetRealHeight(20),
             TextColor = CSS.CSS_Color.textColor,
             //TextAlignment = TextAlignment.CenterLeft,
             //Y = Application.GetRealHeight(12),
             X = Application.GetRealWidth(12),
-           Gravity=Gravity.CenterVertical,
+            Gravity = Gravity.CenterVertical,
+            IsMoreLines = true,
         };
         /// <summary>
         /// 鍥炬爣

--
Gitblit v1.8.0