From f8f87a4fe67a1539b6fb85a54e4c178474792285 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期二, 20 九月 2022 13:22:22 +0800 Subject: [PATCH] 完善后退功能 --- HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs b/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs index 232684e..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(110), + 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(130), + X = Application.GetRealWidth(140), Y = Application.GetRealHeight(64), Height = Application.GetRealHeight(18), TextColor = 0xFF161616, -- Gitblit v1.8.0