From eb424d24e39bab4a245725f35deab3f234ea0f13 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期五, 13 十二月 2019 10:48:50 +0800
Subject: [PATCH] 2019.12.13
---
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