From 6144d4267f92db9be96a7003f4352732bfe9bb3b Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期四, 19 三月 2020 17:49:31 +0800
Subject: [PATCH] 2020-03-19-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
old mode 100755
new mode 100644
index efced4a..d453130
--- 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.GetRealWidth(81),
-            Height = Application.GetRealHeight(81),
+            Width = Application.GetMinRealAverage(81),
+            Height = Application.GetMinRealAverage(81),
             X = Application.GetRealWidth(58),
             Y = Application.GetRealHeight(55),
             //UnSelectedImagePath = $"ZigeeLogic/{iocn}.png",
@@ -34,8 +34,8 @@
         };
         public Button funnextBtn = new Button
         {
-            Width = Application.GetRealWidth(58),
-            Height = Application.GetRealHeight(58),
+            Width = Application.GetMinRealAverage(58),
+            Height = Application.GetMinRealAverage(58),
             UnSelectedImagePath = "ZigeeLogic/next.png",
             X = Application.GetRealWidth(789 + 176),
             Y = Application.GetRealHeight(30 + 36),

--
Gitblit v1.8.0