陈嘉乐
2020-04-29 38ab16c66df6fc523f2c385fd583a2f2e86a781c
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameRowControl.cs
@@ -6,7 +6,7 @@
    /// <summary>
    /// 做成一个RowLayout型的FrameLayout
    /// </summary>
    public class FrameRowControl : FrameLayoutControl
    public class FrameRowControl : FrameLayoutStatuControl
    {
        #region ■ 变量声明___________________________
@@ -233,7 +233,7 @@
                btnContr.X += RightOffset;
            }
            this.rightIconSize = Application.GetMinRealAverage(i_width);
            this.rightIconSize = this.GetPictrueRealSize(i_width);
            if (chidrenYaxis != 0)
            {
                btnContr.btnIcon.Y += chidrenYaxis;