From 276757e23a57126d0af9ff734c493961eedeb622 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 30 十二月 2020 17:34:02 +0800 Subject: [PATCH] 2020-12-30-2 --- ZigbeeApp/Shared/Phone/Device/Logic/LogicView/LightView.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/LightView.cs b/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/LightView.cs index 664725a..dd7ab9c 100644 --- a/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/LightView.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/LightView.cs @@ -34,8 +34,8 @@ /// </summary> public Button nextBtn = new Button { - Width = Application.GetMinRealAverage(103), - Height = Application.GetMinRealAverage(103), + Width = Application.GetRealWidth(103), + Height = Application.GetRealWidth(103), UnSelectedImagePath = "ZigeeLogic/back1.png", X = Application.GetRealWidth(920), Y = Application.GetRealHeight(11 + 20), @@ -47,7 +47,7 @@ public Button seletecdTextBtn = new Button { X = Application.GetRealWidth(300), - Y = Application.GetRealHeight(34), + Y = Application.GetRealHeight(34+20), Height = Application.GetRealHeight(58), Width = Application.GetRealWidth(1080-300 - 126), TextAlignment = TextAlignment.CenterRight, -- Gitblit v1.8.0