From 993ecf49ae04ccea89f6bc4a32cfc0c45def1215 Mon Sep 17 00:00:00 2001
From: 温居城 <wenjucheng@wenjuchengdeMacBook-Pro.local>
Date: 星期三, 27 十月 2021 14:23:30 +0800
Subject: [PATCH] 2021-10-27-01

---
 ZigbeeApp/Shared/Phone/Device/CommonForm/TopFrameLayout.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/CommonForm/TopFrameLayout.cs b/ZigbeeApp/Shared/Phone/Device/CommonForm/TopFrameLayout.cs
old mode 100755
new mode 100644
index 0baf350..08a6705
--- a/ZigbeeApp/Shared/Phone/Device/CommonForm/TopFrameLayout.cs
+++ b/ZigbeeApp/Shared/Phone/Device/CommonForm/TopFrameLayout.cs
@@ -89,7 +89,7 @@
         private void AddBackBtn()
         {
             backButton = new UserCenter.BackViewControl();
-            topView.AddChidren(backButton);
+            topView.AddChidren(backButton);
             backButton.InitControl();
             //鍚庣画鍐嶈皟鏁�
             backButton.Y = backButton.Y - Application.GetRealHeight(4);
@@ -119,15 +119,15 @@
         /// 鏍囬
         /// </summary>
         private void AddTitle()
-        {
+        {
             topTitle = new Button();
             topTitle.TextSize = 17;
             topTitle.X = Application.GetRealWidth(161);
             topTitle.Height = Application.GetRealHeight(75);
             topTitle.Width = Application.GetRealWidth(850);
             topTitle.Gravity = Gravity.CenterVertical;
-            topTitle.TextColor = UserCenter.UserCenterColor.Current.TopLayoutTitleText;
-            topTitle.TextAlignment = TextAlignment.CenterLeft;
+            topTitle.TextColor = UserCenter.UserCenterColor.Current.TopLayoutTitleText;
+            topTitle.TextAlignment = TextAlignment.CenterLeft;
             topTitle.IsBold = true;
 
             topView.AddChidren(topTitle);

--
Gitblit v1.8.0