From 244e76efe44273434e1d0b2db8bea50c9f221677 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期五, 03 一月 2020 11:22:14 +0800 Subject: [PATCH] 2020-01-03-01 --- 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