陈嘉乐
2020-05-18 5da99fed2eb0d08b6338064da5f998891252c7b8
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/InformationTipView.cs
@@ -16,9 +16,9 @@
        /// <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.Radius = (uint)this.GetPictrueRealSize(size) / 2;
            this.X = TargetView.X + TargetView.Width / 2 + Application.GetRealWidth(10);
            this.Y = TargetView.Y;
        }