From 4e0d1c906e69af41905b5376da15773be0fca547 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期二, 10 十二月 2019 16:39:56 +0800 Subject: [PATCH] 2019-12-10-01 --- ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs b/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs index f9bc060..257b69c 100644 --- a/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs @@ -20,6 +20,7 @@ public void Show(int isInt = 0, bool edit = false) { + #region 鏈�涓婇潰鐨勫竷灞�浠g爜 var topRowLayout = new RowLayout { @@ -39,6 +40,7 @@ Height = Application.GetRealHeight(69), Y = Application.GetRealHeight(92), TextID = MyInternationalizationString.adddelay, + IsBold = true, }; topRowLayout.AddChidren(titleName); @@ -109,9 +111,9 @@ color.AddChidren(btnicon); var titleText = new Button { - Width = Application.GetMinRealAverage(480), + Width = Application.GetMinRealAverage(580), Height = Application.GetMinRealAverage(60), - X = Application.GetRealWidth(300), + X = Application.GetRealWidth(250), Y = blancolor.Bottom + Application.GetRealHeight(50), TextID = MyInternationalizationString.createtimetext, TextColor = ZigbeeColor.Current.LogicTextBlackColor, -- Gitblit v1.8.0