From e53a1951d6aa07ad22aad9816da4703496fcbccd Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期五, 27 十一月 2020 14:27:16 +0800
Subject: [PATCH] 1127最新合并代码,合并嘉乐更新

---
 HDL_ON/UI/UI2/FuntionControlView/Music/View/DialogView.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/DialogView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/DialogView.cs
index c97b330..3e21d15 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/DialogView.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/DialogView.cs
@@ -1287,6 +1287,7 @@
                 ThumbImageHeight = Application.GetMinRealAverage(54),//杩涘害鏉℃寜閽浘鏍囩殑楂樺害锛堥粯璁ゆ鏂瑰舰锛氬鍜岄珮涓�鏍凤級
                 SeekBarViewHeight = Application.GetMinRealAverage(8),//杩涘害鏉$殑楂樺害
                 Progress = int.Parse(a31player.A31PlayStatus.vol),
+                SeekBarPadding = Application.GetRealWidth(20),
                 //ProgressChangeDelayTime=
             };
             totalVolumeFra.AddChidren(totalVolSeekBar);
@@ -1349,6 +1350,7 @@
                     ThumbImageHeight = Application.GetMinRealAverage(54),//杩涘害鏉℃寜閽浘鏍囩殑楂樺害锛堥粯璁ゆ鏂瑰舰锛氬鍜岄珮涓�鏍凤級
                     SeekBarViewHeight = Application.GetMinRealAverage(8),//杩涘害鏉$殑楂樺害
                     Progress = int.Parse(player.A31PlayStatus.vol),
+                        SeekBarPadding = Application.GetRealWidth(20),
                     //ProgressChangeDelayTime=
                 };
                 volumeFra.AddChidren(volSeekBar);

--
Gitblit v1.8.0