From 04c9e08d5069c986c918fa2e98b22dd85921effd Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 02 九月 2022 15:48:12 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/hxb' into Dev-Wxr --- HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs b/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs index 2dfc170..232684e 100644 --- a/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs +++ b/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs @@ -185,7 +185,7 @@ { var btnHumidityIcon = new Button() { - X = Application.GetRealWidth(51), + X = Application.GetRealWidth(110), Y = Application.GetRealHeight(66), Width = Application.GetMinRealAverage(16), Height = Application.GetMinRealAverage(16), @@ -194,7 +194,7 @@ bodyDiv.AddChidren(btnHumidityIcon); var btnHumidityValues = new TextButton() { - X = Application.GetRealWidth(70), + X = Application.GetRealWidth(130), 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