From 2fb0c39b09110be4f5a88a8c8004f03fc257f612 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 06 一月 2021 11:11:53 +0800 Subject: [PATCH] 2021-1-6-1 --- ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UserManagement.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UserManagement.cs b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UserManagement.cs index 25bdf6f..621c157 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UserManagement.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UserManagement.cs @@ -123,10 +123,11 @@ }; btnAddFrameLayout.AddChidren(btnUndistributeIcon); + btnAddFrameLayout.Width = Application.GetRealWidth(190 + 50); var btnUndistributeText = new Button { Height = Application.GetRealHeight(72), - Width = Application.GetRealWidth(150), + Width = Application.GetRealWidth(200), TextID = R.MyInternationalizationString.Undistributed, TextColor = Shared.Common.ZigbeeColor.Current.XMTopTitleText, X = btnUndistributeIcon.Right, -- Gitblit v1.8.0