From 62d098cb78296feaa6f786a20748921338db838c Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期四, 21 一月 2021 15:44:02 +0800 Subject: [PATCH] 1 --- HDL_ON/UI/UI1-Login/LoginPage.cs | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index c88dd35..15b6e52 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -165,8 +165,6 @@ /// </summary> public void LoadView(UserInfo userInfo = null) { - Language.CurrentLanguage = "Chinese"; - var btnIcon = new Button() { X = Application.GetRealWidth(28), @@ -211,7 +209,7 @@ { X = Application.GetRealWidth(28), Y = Application.GetRealHeight(177), - Width = Application.GetRealWidth(120), + Width = Application.GetRealWidth(150), Height = Application.GetRealHeight(40), TextID = StringId.LoginByPhone, TextColor = CSS_Color.MainColor, @@ -222,9 +220,9 @@ btnEmailLogin = new Button() { - X = btnPhoneLogin.Right + Application.GetRealWidth(20), + X = btnPhoneLogin.Right ,//+ Application.GetRealWidth(20), Y = Application.GetRealHeight(177), - Width = Application.GetRealWidth(100), + Width = Application.GetRealWidth(140), Height = Application.GetRealHeight(40), TextID = StringId.LoginByEmail, TextColor = CSS_Color.PromptingColor1, -- Gitblit v1.8.0