gxc
2019-11-28 427d1c7ecd04b03419eae157e32fe3367d8dffea
ZigbeeApp/Shared/Phone/Device/CommonForm/LeftIconButtonRow.cs
old mode 100755 new mode 100644
@@ -41,8 +41,10 @@
        #endregion
        public LeftIconButtonRow(int width,int height)
        public LeftIconButtonRow(int width,int height, int x = 0, int y = 0)
        {
            X = x;
            Y = y;
            Width = Application.GetRealWidth(width);
            Height = Application.GetRealHeight(height);
        }