From 82eba47c84106e286d37ecdb9fc564cc9b80e39f Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 17 十一月 2021 17:19:24 +0800 Subject: [PATCH] cct 色温调节 --- HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs index 3bbabed..6b29c6f 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs @@ -145,7 +145,7 @@ Height = Application.GetRealHeight(50), TextSize = CSS_FontSize.TextFontSize, TextColor = CSS_Color.PromptingColor1, - Text = curtainTemp.GetPercent(function).ToString() + "%", + Text = curtainTemp.GetPercent(function).ToString() + "%", }; controlView.AddChidren(btnProgress); @@ -157,7 +157,7 @@ Height = Application.GetRealWidth(210), Progress = curtainTemp.GetPercent(function), //IsInvertedProgress = true, - ProgressTextColor = 0x00000000, + ProgressTextColor = CSS_Color.WarningColor,// 0x00000000, }; controlView.AddChidren(curtainSeekBar); -- Gitblit v1.8.0