From 21923381bdac04d1633b168c97accc81f0898d84 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 23 三月 2020 16:45:31 +0800 Subject: [PATCH] 上传版本 --- ZigbeeApp/Shared/Phone/Device/Logic/EverymonthPage.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/EverymonthPage.cs b/ZigbeeApp/Shared/Phone/Device/Logic/EverymonthPage.cs index 871ad42..c4ab55c 100755 --- a/ZigbeeApp/Shared/Phone/Device/Logic/EverymonthPage.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/EverymonthPage.cs @@ -110,8 +110,8 @@ Text = k.ToString().Length == 1 ? "0" + k.ToString() : k.ToString(), Y = Application.GetRealHeight(40), - Height = Application.GetRealHeight(100), - Width = Application.GetRealWidth(100), + Height = Application.GetMinRealAverage(100), + Width = Application.GetMinRealAverage(100), X = Application.GetRealWidth(35 * j) + Application.GetRealWidth(100 * (j - 1)), TextColor = ZigbeeColor.Current.LogicTextBlackColor, SelectedTextColor = ZigbeeColor.Current.LogicBlankBackgroundColor, -- Gitblit v1.8.0