From e7a71b8318fa26b8a85eac86e4c0a129f453d44f Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期三, 08 一月 2020 17:54:16 +0800
Subject: [PATCH] 2019.1.8

---
 ZigbeeApp/Shared/Phone/UserCenter/Abount/SLAForm.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Abount/SLAForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Abount/SLAForm.cs
index 43d8046..b8f594a 100644
--- a/ZigbeeApp/Shared/Phone/UserCenter/Abount/SLAForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Abount/SLAForm.cs
@@ -44,10 +44,11 @@
                 Width = Application.GetRealWidth(942),
                 Height = Application.GetRealHeight(800),
                 Text = Language.StringByID(R.MyInternationalizationString.SLA_Detail).Replace("{\\r\\n}","\r\n\r\n"),
-                TextAlignment = TextAlignment.CenterLeft,
+                TextAlignment = TextAlignment.TopLeft,
                 TextColor = ZigbeeColor.Current.GXCTextColor,
                 IsMoreLines=true,
-                TextSize = 12
+                TextSize = 12,
+
             };
             bodyFrameLayout.AddChidren(detail);
         }

--
Gitblit v1.8.0