From 7ca4d7e50871c558e5927b6b0eeecb2071fdf14c Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期五, 27 十一月 2020 14:07:47 +0800
Subject: [PATCH] Revert "20201127 合并嘉乐代码"

---
 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