From 1de41bc038dcf623834b63422da350693429570b Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期三, 13 十二月 2023 16:20:47 +0800
Subject: [PATCH] Merge branch 'Dev-Branch' into wjc

---
 HDL_ON/UI/UI0-Stan/Form/Base/EditorCommonForm.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI0-Stan/Form/Base/EditorCommonForm.cs b/HDL_ON/UI/UI0-Stan/Form/Base/EditorCommonForm.cs
index 85164ed..1f341aa 100644
--- a/HDL_ON/UI/UI0-Stan/Form/Base/EditorCommonForm.cs
+++ b/HDL_ON/UI/UI0-Stan/Form/Base/EditorCommonForm.cs
@@ -95,7 +95,7 @@
             //杩斿洖閿�
             var btnBack = new PicViewControl(40, 28);
             btnBack.X = Application.GetRealWidth(10);
-            btnBack.Y = Application.GetRealHeight(9);
+            btnBack.Y = Application.GetRealHeight(19);
             btnBack.UnSelectedImagePath = "Public/BackIcon.png";
             topFrameLayout.AddChidren(btnBack);
             topFrameLayout.AddTag("btnBack", btnBack);
@@ -119,7 +119,7 @@
             //鏍囬
             var btnTilte = new NormalViewControl(270, 25, true);
             btnTilte.Gravity = Gravity.CenterHorizontal;
-            btnTilte.Y = Application.GetRealHeight(10);
+            btnTilte.Y = Application.GetRealHeight(20);
             btnTilte.TextAlignment = TextAlignment.Center;
             btnTilte.TextSize = UI.CSS.CSS_FontSize.HeadlineFontSize;
             btnTilte.TextColor = UI.CSS.CSS_Color.FirstLevelTitleColor;

--
Gitblit v1.8.0