From 5de5a26d3825b3182a7d3a18ed1cbdbb78a3f9aa Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 23 七月 2020 16:39:59 +0800
Subject: [PATCH] 2020-07-23
---
HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs | 8 ++++----
1 files changed, 4 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 e09eef3..18922f5 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs
@@ -68,7 +68,7 @@
TextID=StringId.merge,
X = Application.GetRealWidth(214 + 33),
Y = Application.GetRealHeight(18 + 4),
- Width = Application.GetRealWidth(24+3),
+ Width = Application.GetRealWidth(24+3+5),
Height = Application.GetRealHeight(17),
TextColor = Color.TextColor,
TextSize=TextSize.Text12,
@@ -119,7 +119,7 @@
public Button musicNameBtn = new Button
{
X = Application.GetRealWidth(54),
- Y = Application.GetRealHeight(58),
+ Y = Application.GetRealHeight(58-14),
Width = Application.GetRealWidth(140),
Height = Application.GetRealHeight(17),
TextColor = Color.MusicTxet14Color,
@@ -133,7 +133,7 @@
{
//Text = i.ToString(),
X = Application.GetRealWidth(54),
- Y = Application.GetRealHeight(79),
+ Y = Application.GetRealHeight(79-14),
Width = Application.GetRealWidth(120),
Height = Application.GetRealHeight(14),
TextColor = Color.MusicNoTxetColor,
@@ -201,7 +201,7 @@
musicIfonFl.AddChidren(mergeBtn);
musicIfonFl.AddChidren(collectIconBtn);
musicIfonFl.AddChidren(songNameBtn);
- musicIfonFl.AddChidren(singerBtn);
+ //musicIfonFl.AddChidren(singerBtn);
musicIfonFl.AddChidren(musicNameBtn);
musicIfonFl.AddChidren(regionBtn);
musicIfonFl.AddChidren(clickBtn);
--
Gitblit v1.8.0