From 7e863a33397f317ffc3ffd9288496d0e4f16aa66 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 12 十二月 2019 14:58:20 +0800 Subject: [PATCH] 合并了新代码 --- ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelColorSelectForm.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelColorSelectForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelColorSelectForm.cs index 4ccf131..dadd52b 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelColorSelectForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelColorSelectForm.cs @@ -181,7 +181,7 @@ var btnIcon = new IconViewControl(60); btnIcon.Gravity = Gravity.Center; - btnIcon.Radius = (uint)btnIcon.IconSize; + btnIcon.Radius = (uint)btnIcon.IconSize / 2; btnFrame.AddChidren(btnIcon, ChidrenBindMode.BindEventOnly); if (dataColor != null) -- Gitblit v1.8.0