From 32a8370517ce75caac836edc82f62614d5f9b187 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 23 十一月 2022 10:19:31 +0800 Subject: [PATCH] 科技系统优化、大华摄像头功能 --- 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