From 9f4657b4263e555083fcef61266992a38883170e Mon Sep 17 00:00:00 2001
From: nigel wei <nigelwei@nigeldeMacBook-Air.local>
Date: 星期一, 02 九月 2024 09:40:37 +0800
Subject: [PATCH] Update InverterJinmaoPage.cs
---
HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
index 8423a14..b746317 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
@@ -152,7 +152,7 @@
#endif
pvGenerate_todayUintButton = new Button()
{
- Y = Application.GetRealWidth(45),
+ Y = Application.GetRealWidth(43),
Height = Application.GetRealWidth(17),
Text = "kw",
TextColor = CSS_Color.MainBackgroundColor,
@@ -215,7 +215,7 @@
var loadEle_TodayUintButton = new Button()
{
- Y = Application.GetRealWidth(45),
+ Y = Application.GetRealWidth(43),
Height = Application.GetRealWidth(17),
Text = "kw",
TextColor = CSS_Color.MainBackgroundColor,
@@ -709,7 +709,7 @@
#region 瀹炴椂鍏呯數鍔熺巼
var esRunStatus_ChargeValuesView = new FrameLayout()
{
- X = Application.GetRealWidth(17),
+ X = Application.GetRealWidth(15),
Width = Application.GetRealWidth(128),
Height = Application.GetRealWidth(128),
};
@@ -743,7 +743,7 @@
#region 瀹炴椂鏀剧數鍔熺巼
var esRunStatus_DischargeValuesView = new FrameLayout()
{
- X = Application.GetRealWidth(132+15),
+ X = Application.GetRealWidth(132+13),
Width = Application.GetRealWidth(128),
Height = Application.GetRealWidth(128),
};
--
Gitblit v1.8.0