HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-04-26 18a7f9f40e5fab3bee5d4ac3d8fd0273dea052d6
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/InformationTipView.cs
@@ -16,7 +16,7 @@
        /// <param name="size">角标大小</param>
        public InformationTipView(ButtonBase TargetView, int size = 30)
        {
            this.InitAvgSize(size, size, true);
            this.InitIconSize(size, size, true);
            this.BackgroundColor = UserCenterColor.Current.Red;
            this.Radius = (uint)Application.GetMinRealAverage(size) / 2;
            this.X = TargetView.X + TargetView.Width / 2 + Application.GetRealWidth(10);