From e322d91c7325019710bfdb046c5fea673031455a Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 29 七月 2020 11:53:01 +0800 Subject: [PATCH] 20200729 --- HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs index 18922f5..18b724a 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs @@ -12,7 +12,6 @@ { Height = Application.GetRealHeight(12 + 139), Width = Application.GetRealWidth(375), - }; /// <summary> ///鐧借壊鑳屾櫙鐨勬帶浠� @@ -119,10 +118,10 @@ public Button musicNameBtn = new Button { X = Application.GetRealWidth(54), - Y = Application.GetRealHeight(58-14), + Y = Application.GetRealHeight(40),//58 Width = Application.GetRealWidth(140), Height = Application.GetRealHeight(17), - TextColor = Color.MusicTxet14Color, + TextColor = Color.TextCancelColor, TextSize = TextSize.Text12, TextAlignment = TextAlignment.CenterLeft, }; @@ -133,7 +132,7 @@ { //Text = i.ToString(), X = Application.GetRealWidth(54), - Y = Application.GetRealHeight(79-14), + Y = Application.GetRealHeight(61),//79 Width = Application.GetRealWidth(120), Height = Application.GetRealHeight(14), TextColor = Color.MusicNoTxetColor, -- Gitblit v1.8.0