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/TypeSingleFramLayout.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeSingleFramLayout.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeSingleFramLayout.cs index 19ce2e5..ee5e6ac 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeSingleFramLayout.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeSingleFramLayout.cs @@ -8,7 +8,7 @@ { private uint UpBackgroundColor = MusicColor.ViewColor; - private uint DownBackgroundColor = 0xFFEFEFEF; + private uint DownBackgroundColor = AksCommonMethod.seleBackgroundColor; /// <summary> /// 鍗曚釜绫诲瀷瀹瑰櫒 /// </summary> @@ -42,6 +42,7 @@ TextAlignment = TextAlignment.Center, Gravity = Gravity.CenterVertical, IsMoreLines = true, + Padding=new Padding(0,0,0,0), Name = "btnName", }; -- Gitblit v1.8.0