From 6ad91aa2a784f3a66087d2eed065d7a3b6d66c0d Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 13 十月 2022 14:17:06 +0800
Subject: [PATCH] 2022年10月13日14:16:05

---
 HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs b/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs
index 2dfc170..db7cfe9 100644
--- a/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs
+++ b/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs
@@ -185,16 +185,16 @@
             {
                 var btnHumidityIcon = new Button()
                 {
-                    X = Application.GetRealWidth(51),
+                    X = Application.GetRealWidth(120),
                     Y = Application.GetRealHeight(66),
                     Width = Application.GetMinRealAverage(16),
-                    Height = Application.GetMinRealAverage(16),
+                    Height = Application.GetMinRealAverage(18),
                     UnSelectedImagePath = "FunctionIcon/CAC/HvacCacHumidityIcon.png",
                 };
                 bodyDiv.AddChidren(btnHumidityIcon);
                 var btnHumidityValues = new TextButton()
                 {
-                    X = Application.GetRealWidth(70),
+                    X = Application.GetRealWidth(140),
                     Y = Application.GetRealHeight(64),
                     Height = Application.GetRealHeight(18),
                     TextColor = 0xFF161616,
@@ -208,7 +208,7 @@
 
                 Button btnTempIcon = new Button()
                 {
-                    X = Application.GetRealWidth(110),
+                    X = Application.GetRealWidth(51),
                     Y = Application.GetRealHeight(66),
                     Width = Application.GetMinRealAverage(17),
                     Height = Application.GetMinRealAverage(17),
@@ -218,7 +218,7 @@
 
                 var btnTempValues = new TextButton()
                 {
-                    X = Application.GetRealWidth(130),
+                    X = Application.GetRealWidth(70),
                     Y = Application.GetRealHeight(64),
                     Height = Application.GetRealHeight(18),
                     TextColor = 0xFF161616,

--
Gitblit v1.8.0