From 582b05b4b1616ae71360f362dfaf1345e2d682da Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 23 十一月 2022 14:22:01 +0800
Subject: [PATCH] 家庭光伏h5更新,大华摄像头更新

---
 HDL_ON/UI/UI2/1-HomePage/HomePage.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
index ec6a2eb..b177154 100644
--- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
+++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -1234,11 +1234,11 @@
 
             var btnLogo = new Button()
             {
-                Y = Application.GetRealWidth(85),
+                Y = Application.GetRealHeight(65),
                 UnSelectedImagePath = "FunctionIcon/Acst/LvJianLogo.png",
                 SelectedImagePath = "FunctionIcon/Acst/LvJianLogo.png",
                 Width = Application.GetRealWidth(80),
-                Height = Application.GetRealWidth(37),
+                Height = Application.GetRealHeight(37),
             };
             view.AddChidren(btnLogo);
 

--
Gitblit v1.8.0