HDL Home App 第二版本 旧平台金堂用 正在使用
WJC
2019-10-28 72e1b4e4626315ebd4b879a68c94e7738fd0473e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/ButtonBase.cs
@@ -230,7 +230,7 @@
                //byteLength += Encoding.GetEncoding("gb2312").GetBytes(i_text[i].ToString()).Length;
            }
            int realWidth = byteLength * (int)textSize;
            return Application.GetRealWidth(realWidth);
            return Application.GetRealWidth(realWidth + 20);
        }
        /// <summary>