From 9a4629512ccf8359efd88671c9317c3cc7faf0c8 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期一, 29 八月 2022 16:46:40 +0800 Subject: [PATCH] Merge branch 'dev' into dev-temp --- ZigbeeApp/Shared/Phone/Device/Logic/IgnoreTime.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/IgnoreTime.cs b/ZigbeeApp/Shared/Phone/Device/Logic/IgnoreTime.cs index ec2e8ae..5dafe35 100755 --- a/ZigbeeApp/Shared/Phone/Device/Logic/IgnoreTime.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/IgnoreTime.cs @@ -46,8 +46,8 @@ monView.iconBtn.UnSelectedImagePath = "ZigeeLogic/point.png"; monView.funnameBtn.Text = intValue + Language.StringByID(MyInternationalizationString.Minute); monView.funnameBtn.Tag = intValue; - monView.funnextBtn.Width = Application.GetMinRealAverage(60); - monView.funnextBtn.Height = Application.GetMinRealAverage(60); + monView.funnextBtn.Width = Application.GetRealWidth(60); + monView.funnextBtn.Height = Application.GetRealWidth(60); monView.funnextBtn.UnSelectedImagePath = "ZigeeLogic/selected.png"; monView.funnextBtn.Visible = false; middle.AddChidren(monView.FunFrameView()); -- Gitblit v1.8.0