From 133fb9821663a8c26d99a231086209af8756e508 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期三, 31 三月 2021 15:27:55 +0800
Subject: [PATCH] 1

---
 HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs
index 8519535..7cdf979 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs
@@ -485,8 +485,8 @@
 
             var bodyView = new FrameLayout()
             {
-                Y = Application.GetRealHeight(423),
-                Height = Application.GetRealHeight(296),
+                Y = Application.GetRealHeight(427),//667
+                Height = Application.GetRealHeight(240),
                 BackgroundColor = CSS_Color.MainBackgroundColor,
             };
             div.AddChidren(bodyView);
@@ -496,7 +496,6 @@
                 Y = Application.GetRealHeight(16),
                 Gravity = Gravity.CenterHorizontal,
                 Width = Application.GetRealWidth(296+200),
-                
             };
             bodyView.AddChidren(contentView);
 

--
Gitblit v1.8.0