2
wei
2021-03-09 d41f1d4a478c1afcc43f3a5abb0ba76e376bc7c1
HDL_ON/UI/UI0-Stan/Controls/CompoundControls/SeekBarImageControl.cs
old mode 100755 new mode 100644
@@ -123,6 +123,8 @@
        /// <param name="i_width">宽度,非真实值,实际宽度会加上左右间距</param>
        public SeekBarImageControl(int i_width)
        {
            this.ProgressChangeDelayTime = 0;
            this.Width = Application.GetRealWidth(i_width) + Application.GetRealWidth(20) * 2;
            this.Height = Application.GetRealHeight(54);
            //圆球的高度