From f1c3921b08bb22ac6f5db22d620e01d7e8e5c49f Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期一, 30 十二月 2019 13:32:33 +0800
Subject: [PATCH] 2019-12-30-1

---
 ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/NewGateWayMenuSelectForm.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/NewGateWayMenuSelectForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/NewGateWayMenuSelectForm.cs
index b9c9a7f..649569b 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/NewGateWayMenuSelectForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/NewGateWayMenuSelectForm.cs
@@ -87,7 +87,7 @@
                 frameBack1.UseClickStatu = false;
                 frameBack1.Y = Application.GetRealHeight(1420);
                 frameBack1.Gravity = Gravity.CenterHorizontal;
-                frameBack1.RadiusEx = 12;
+                frameBack1.Radius = 12;
                 frameBack1.Width = Application.GetRealWidth(1034);
                 frameBack1.Height = Application.GetRealHeight(300);
                 frameBack1.BackgroundColor = UserCenterColor.Current.White;
@@ -135,7 +135,7 @@
                 frameBack2.UseClickStatu = false;
                 frameBack2.Y = frameBack1.Bottom + Application.GetRealHeight(23);
                 frameBack2.Gravity = Gravity.CenterHorizontal;
-                frameBack2.RadiusEx = 12;
+                frameBack2.Radius = 12;
                 frameBack2.Width = Application.GetRealWidth(1034);
                 frameBack2.Height = Application.GetRealHeight(156);
                 frameBack2.BackgroundColor = UserCenterColor.Current.White;

--
Gitblit v1.8.0