From 6de7f8a29b04737d80ad8cb17804fcc50d267bd9 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 20 十月 2023 14:21:28 +0800
Subject: [PATCH] 2.3版本

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

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs
index f39f42f..711c36e 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs
@@ -542,7 +542,7 @@
                     int intValue = int.Parse(editText.Text.Trim());
                     if (intValue <minValue || intValue > maxValue)
                     {
-                        errorId_IsNullOrEmpty = Language.StringByID(StringId.setvalue).Replace("1",minValue.ToString()).Replace("000",maxValue.ToString());
+                        errorId_IsNullOrEmpty = Language.StringByID(StringId.setvalue).Replace("1",minValue.ToString()).Replace("100",maxValue.ToString());
                     }
                 }
                 if (errorId_IsNullOrEmpty!="")
@@ -555,8 +555,8 @@
                     btnConfirm.Gravity = Gravity.BottomRight;
 
                     btnTip.X = Application.GetRealWidth(53);
-                    btnTip.Y = editBjView.Bottom + Application.GetRealHeight(12);
-                    btnTip.Width = Application.GetRealWidth(157);//200
+                    btnTip.Y = editBjView.Bottom + Application.GetRealHeight(6);
+                    btnTip.Width = Application.GetRealWidth(187);//200
                     btnTip.Height = Application.GetRealHeight(24);//17
                     btnTip.Text = errorId_IsNullOrEmpty;
                     btnTip.TextColor = CSS_Color.textRedColor;

--
Gitblit v1.8.0