From eb76239882830f3960b8800bb0f2c90ca7b3f378 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 04 八月 2022 09:19:10 +0800 Subject: [PATCH] Merge branch 'release0123' --- HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/CacControlPage.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/CacControlPage.cs b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/CacControlPage.cs index 4eb1277..bf223e0 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/CacControlPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/CacControlPage.cs @@ -129,7 +129,7 @@ { var btnHumidityIcon = new Button() { - X = Application.GetRealWidth(55), + X = Application.GetRealWidth(194), Y = Application.GetRealHeight(101), Width = Application.GetMinRealAverage(28), Height = Application.GetMinRealAverage(28), @@ -138,7 +138,7 @@ FrameWhiteCentet1.AddChidren(btnHumidityIcon); btnHumidityValues = new TextButton() { - X = Application.GetRealWidth(83), + X = Application.GetRealWidth(222), Y = Application.GetRealHeight(96), Height = Application.GetRealHeight(33), Width = Application.GetRealWidth(100), @@ -151,7 +151,7 @@ Button btnTempIcon = new Button() { - X = Application.GetRealWidth(194), + X = Application.GetRealWidth(55), Y = Application.GetRealHeight(101), Width = Application.GetMinRealAverage(28), Height = Application.GetMinRealAverage(28), @@ -161,7 +161,7 @@ btnTempValues = new TextButton() { - X = Application.GetRealWidth(222), + X = Application.GetRealWidth(83), Y = Application.GetRealHeight(96), Height = Application.GetRealHeight(33), Width = Application.GetRealWidth(100), -- Gitblit v1.8.0