From f60b17fa18701c2cee017a5117e96510f54b44cf Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 02 十二月 2024 16:05:44 +0800 Subject: [PATCH] 更新功能 --- HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs b/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs index 4623f2d..3d94957 100644 --- a/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs +++ b/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs @@ -495,7 +495,7 @@ Text = function.name, TextAlignment = TextAlignment.CenterLeft, TextColor = CSS_Color.FirstLevelTitleColor, - TextSize = CSS_FontSize.TextFontSize, + TextSize = CSS_FontSize.TextFontSize + OnAppConfig.Instance.FontAmplify, }; bodyDiv.AddChidren(btnName); @@ -508,7 +508,7 @@ Text = function.GetRoomListName(), TextAlignment = TextAlignment.CenterLeft, TextColor = CSS_Color.PromptingColor1, - TextSize = CSS_FontSize.PromptFontSize_FirstLevel, + TextSize = CSS_FontSize.PromptFontSize_FirstLevel + OnAppConfig.Instance.FontAmplify, }; bodyDiv.AddChidren(btnFromFloor); @@ -793,7 +793,7 @@ TextAlignment = TextAlignment.CenterLeft, SelectedTextColor = CSS_Color.PromptingColor1, TextColor = 0x00000000, - TextSize = CSS_FontSize.PromptFontSize_SecondaryLevel, + TextSize = CSS_FontSize.PromptFontSize_SecondaryLevel + OnAppConfig.Instance.FontAmplify, Tag = function.spk + "_laststates_" + function.sid, IsSelected = function.trait_on_off.curValue.ToString() == "on" }; -- Gitblit v1.8.0