From 35aa462a50bb4bdf00534c80068455f0905cb582 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 11 八月 2020 16:01:22 +0800
Subject: [PATCH] 2020-08-11-1

---
 HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs
index 27313be..f68924a 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs
@@ -186,7 +186,7 @@
         /// </summary>
         public Button volIconBtn = new Button
         {
-            X = Application.GetRealWidth(24),
+            X = Application.GetRealWidth(20),
             Y = Application.GetRealHeight(414),
             Width = Application.GetMinRealAverage(24),
             Height = Application.GetMinRealAverage(24),
@@ -198,7 +198,7 @@
         public DiyImageSeekBar volSeekBar = new DiyImageSeekBar
         {
             Y = Application.GetRealHeight(399),
-            X = Application.GetRealWidth(58),
+            X = Application.GetRealWidth(50),
             Width = Application.GetRealWidth(215),
             Height = Application.GetRealHeight(54),//杩涘害鏉$埗鎺т欢鑳屾櫙楂樺害
             IsProgressTextShow = false,//鏄剧ず鐧惧垎姣�
@@ -215,9 +215,9 @@
         /// </summary>
         public Button volValueBtn = new Button
         {
-            X = Application.GetRealWidth(279 - 4),
+            X = Application.GetRealWidth(273-3),
             Y = Application.GetRealHeight(418),
-            Width = Application.GetRealWidth(26 + 4),
+            Width = Application.GetRealWidth(33+3),
             Height = Application.GetRealHeight(17),
             Text = "0%",
             TextColor = MusicColor.MusicNoTxetColor,

--
Gitblit v1.8.0