From 1a13c963a5fb8cad92bf03667e411f46d6a6a843 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 17 十二月 2020 15:10:33 +0800 Subject: [PATCH] Revert "Merge branch 'tzy' into NewFilePath" --- HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs | 10 ++++++---- 1 files changed, 6 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 16ab2ab..438e708 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs @@ -102,24 +102,26 @@ { X = Application.GetRealWidth(22), Y = Application.GetRealHeight(261), - Width = Application.GetRealWidth(37 + 5), + Width = Application.GetRealWidth(37 + 5+20), Height = Application.GetRealHeight(20), TextColor = MusicColor.TextTimeColor, TextSize = TextSize.Text14, TextAlignment = TextAlignment.CenterLeft, + }; /// <summary> ///闊充箰缁撴潫鏃堕棿 /// </summary> public Button endTimeBtn = new Button { - X = Application.GetRealWidth(269), + X = Application.GetRealWidth(269-20), Y = Application.GetRealHeight(261), - Width = Application.GetRealWidth(37 + 5), + Width = Application.GetRealWidth(37 + 5+20), Height = Application.GetRealHeight(20), TextColor = MusicColor.TextTimeColor, TextSize = TextSize.Text14, TextAlignment = TextAlignment.CenterRight, + }; /// <summary> /// 姝屽悕鍚嶇О锛圱extView瓒呭嚭闀垮害鑷繁婊氬姩锛� @@ -218,7 +220,7 @@ { X = Application.GetRealWidth(279 - 4), Y = Application.GetRealHeight(418), - Width = Application.GetRealWidth(26 + 4), + Width = Application.GetRealWidth(26 + 4+10), Height = Application.GetRealHeight(17), Text = "0%", TextColor = MusicColor.MusicNoTxetColor, -- Gitblit v1.8.0