From 5eeafe3af80bfd88306bd8ad9e76c8f4b51ca35f Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 14:16:20 +0800 Subject: [PATCH] 增加本地发送的重发机制 --- 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