From 71c7ad13169695913282962a460858e13b6c0969 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 29 十二月 2020 14:33:49 +0800 Subject: [PATCH] 2020-12-29-1 --- 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 100644 --- 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