From f8b647c263f068babb8efcc19ff4e74026a4bd28 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期二, 03 十二月 2019 10:44:28 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into dev-wjc --- ZigbeeApp/Shared/Phone/UserCenter/Safety/SafetyManagementMainForm.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Safety/SafetyManagementMainForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Safety/SafetyManagementMainForm.cs index 43a4379..a2a814d 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Safety/SafetyManagementMainForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Safety/SafetyManagementMainForm.cs @@ -388,7 +388,7 @@ this.dicSensorStatuView.Clear(); - //娣诲姞鍒楄〃鎺т欢 + //娣诲姞鍒楄〃鎺т欢 frameLayoutDraw.RemoveAll(); var listView = new VerticalFrameControl(35); listView.Height = frameLayoutDraw.Height; @@ -448,8 +448,7 @@ listView.AddChidrenFrame(frameDevice); frameDevice.InitControl(device); //娣诲姞闃村奖鐗规晥 - var btnTemp = new ButtonBase(); - btnTemp.AddBottomShadow(frameDevice); + frameDevice.SetViewShadow(true); string mainkeys = Common.LocalDevice.Current.GetDeviceMainKeys(device); this.dicSensorStatuView[mainkeys] = frameDevice; -- Gitblit v1.8.0