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/TypeMultiFramLayout.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs
index bf51486..c6104ec 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs
@@ -7,7 +7,7 @@
     {
 
         private uint UpBackgroundColor = MusicColor.ViewColor;
-        private uint DownBackgroundColor = 0xFFEFEFEF;
+        private uint DownBackgroundColor = AksCommonMethod.seleBackgroundColor;
 
         /// <summary>
         /// 澶氫釜绫诲瀷瀹瑰櫒
@@ -95,6 +95,7 @@
             TextColor = MusicColor.TextColor,
             TextAlignment = TextAlignment.CenterRight,
             Gravity = Gravity.CenterVertical,
+            Padding=new Padding(0,0,0,0),
             IsMoreLines = true,
         };
 
@@ -175,7 +176,7 @@
             EventHandler<MouseEventArgs> DownClick = (sender, e) =>
             {
                 //鎸変笅鍘绘敼鍙樿儗鏅鑹�
-                //rightFramLayout.BackgroundColor = this.DownBackgroundColor;
+                //rightFramLayout.BackgroundColor =AksCommonMethod.seleBackgroundColor;
                 action?.Invoke(rightFramLayout);
             };
             rightFramLayout.MouseDownEventHandler += DownClick;

--
Gitblit v1.8.0