From a75f121124e90619b2853ad079ae0a733366b022 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 08 十二月 2020 14:48:30 +0800
Subject: [PATCH] 2020-12-08-1

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs
index 8640e96..a8cb866 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs
@@ -506,9 +506,9 @@
             {
                 Button monTextBtn = new Button
                 {
-                    Width = Application.GetMinRealAverage(30),
-                    Height = Application.GetMinRealAverage(30),
-                    Radius = (uint)Application.GetRealHeight(15),
+                    Width = Application.GetRealWidth(30),
+                    Height = Application.GetRealWidth(30),
+                    Radius = (uint)Application.GetRealWidth(15),
                     Text = i.ToString(),
                     TextSize = LogicView.TextSize.text14,
                     TextColor = CSS.CSS_Color.textColor,

--
Gitblit v1.8.0