xm
2020-04-29 07466c19110693e3e439a7d7c8ad0bc21d9b3287
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/IconViewControl.cs
@@ -24,7 +24,7 @@
            this.IconSize = size;
            if (real == true)
            {
                this.IconSize = Application.GetMinRealAverage(size);
                this.IconSize = this.GetPictrueRealSize(size);
            }
        }
    }