From dfcb2a1844fd55b57bae23e290b30ec6380e8508 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期五, 26 八月 2022 15:04:22 +0800 Subject: [PATCH] 更新全视通dll --- ZigbeeApp/Shared/Phone/Device/Logic/LogicView/FunView.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/FunView.cs b/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/FunView.cs index 0ac3aeb..3fd241a 100755 --- a/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/FunView.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/FunView.cs @@ -15,8 +15,8 @@ }; public Button iconBtn = new Button { - Width = Application.GetMinRealAverage(81), - Height = Application.GetMinRealAverage(81), + Width = Application.GetRealWidth(81), + Height = Application.GetRealWidth(81), X = Application.GetRealWidth(58), Y = Application.GetRealHeight(55), //UnSelectedImagePath = $"ZigeeLogic/{iocn}.png", @@ -34,8 +34,8 @@ }; public Button funnextBtn = new Button { - Width = Application.GetMinRealAverage(58), - Height = Application.GetMinRealAverage(58), + Width = Application.GetRealWidth(58), + Height = Application.GetRealWidth(58), UnSelectedImagePath = "ZigeeLogic/next.png", X = Application.GetRealWidth(789 + 176), Y = Application.GetRealHeight(30 + 36), -- Gitblit v1.8.0