From 61852f188796c8ef82597bfa8f13c0ddcbb42ac1 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 27 十一月 2020 14:59:33 +0800 Subject: [PATCH] 2020-11-27-1 --- HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs index ce25d88..6096f7f 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeView.cs @@ -15,13 +15,14 @@ Width = Application.GetRealWidth(343), X = Application.GetRealWidth(16), BackgroundColor = CSS.CSS_Color.view, - //Radius=(uint)Application.GetRealHeight(12), + Radius=(uint)Application.GetRealHeight(12), }; /// <summary> /// 鏃堕棿鎺т欢UIPickerView /// </summary> public UIPickerView mUIPickerView = new UIPickerView { + //Y = Application.GetRealHeight(44), Height = Application.GetRealHeight(297), Width = Application.GetRealWidth(343), BackgroundColor = CSS.CSS_Color.viewTranslucence, -- Gitblit v1.8.0