From de53d12e223eb8c9a562aeefdcfa9b4039b3d0b0 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期三, 16 六月 2021 10:24:18 +0800
Subject: [PATCH] dome - 1

---
 HDL_ON/UI/UI2/1-HomePage/HomePage.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
index 0d4f5f3..7e4c84f 100644
--- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
+++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -200,11 +200,12 @@
                     Gravity = Gravity.CenterVertical,
                     TextColor = CSS_Color.MainBackgroundColor,
                     TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
-                    TextID = StringId.InOutdoor,
+                    TextID = StringId.Outdoor,
                     TextAlignment = TextAlignment.CenterLeft,
                 };
                 if (tempSensorList.Count > 0 || humiSensorList.Count > 0)
                 {
+                    btnEnvirValuesTitle.TextID = StringId.InOutdoor;
                     btnEnvirValuesTitle.Width = Application.GetRealWidth(8)+ btnEnvirValuesTitle.GetTextWidth();
                 }
                 environmentalView.AddChidren(btnEnvirValuesTitle);

--
Gitblit v1.8.0