From 7a7f2b317f8ba60cabc3a65f2ad2115c01a2436a Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 23 十二月 2020 14:16:35 +0800 Subject: [PATCH] 2020-12-23-2 --- HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/SelectTypeView.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/SelectTypeView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/SelectTypeView.cs index bb40d14..a674af7 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/SelectTypeView.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/SelectTypeView.cs @@ -120,7 +120,7 @@ btnText.Gravity = Gravity.CenterVertical; btnText.TextAlignment = TextAlignment.CenterLeft; btnNextIcon.Gravity = Gravity.CenterVertical; - btnDeviceName.Gravity= Gravity.CenterVertical; + //btnDeviceName.Gravity= Gravity.CenterVertical; frameLayout.AddChidren(btnIcon); frameLayout.AddChidren(btnText); frameLayout.AddChidren(btnDeviceName); -- Gitblit v1.8.0