From e4f7080639ee8cbc71172e5202f953924cedc074 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期四, 12 十月 2023 16:37:40 +0800
Subject: [PATCH] 2023年10月12日16:37:10

---
 HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs
index 19321e1..a69b5e8 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs
@@ -34,6 +34,7 @@
             TextColor = MusicColor.WhiteColor,
             TextSize = TextSize.Text16,
             TextAlignment = TextAlignment.CenterRight,
+            IsBold=true,
         };
 
         public Button btnName = new Button
@@ -43,8 +44,8 @@
             Height = Application.GetRealHeight(20),
             TextSize = TextSize.Text14,
             TextColor = MusicColor.TextColor,
-            TextAlignment = TextAlignment.Center,
-            Padding = new Padding(0, 4, 0, 4),
+            TextAlignment = TextAlignment.CenterLeft,
+            Padding = new Padding(0, 0, 0, 0),
             IsMoreLines = true,
         };
 
@@ -88,7 +89,7 @@
             EventHandler<MouseEventArgs> DownClick = (sender, e) =>
             {
                 //鎸変笅鍘绘敼鍙樿儗鏅鑹�
-                //this.BackgroundColor = 0xff454635;
+                //this.BackgroundColor = AksCommonMethod.seleBackgroundColor;
                 action?.Invoke(this);
             };
             this.MouseUpEventHandler += DownClick;

--
Gitblit v1.8.0