From 611786df5108dca0bdcff03834cc285cba4b8e61 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 13 十月 2020 16:48:43 +0800
Subject: [PATCH] 2020-10-13-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