From f7c931e07919d62eb7fb1d1e6f0daaa5929be422 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 04 十二月 2020 14:20:25 +0800 Subject: [PATCH] 2020-12-04-2 --- HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/FunTypeView.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/FunTypeView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/FunTypeView.cs index 8541859..4422b6d 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/FunTypeView.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/FunTypeView.cs @@ -51,8 +51,6 @@ Height = Application.GetMinRealAverage(16), UnSelectedImagePath = "LogicIcon/next.png", X = Application.GetRealWidth(339), - Gravity = Gravity.CenterVertical - }; /// <summary> @@ -77,6 +75,7 @@ /// <returns></returns> public FrameLayout FLayoutView() { + btnNextIcon.Gravity = Gravity.CenterVertical; frameLayout.AddChidren(btnText); frameLayout.AddChidren(btnState); frameLayout.AddChidren(btnNextIcon); -- Gitblit v1.8.0