From 58ccc89832196860a74609a1c54b40b7c6f7faed Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 16 十一月 2023 11:51:23 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wxr-udp修改验证' into Wxr-V2.4.2 --- HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAutomationListChoosePage.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAutomationListChoosePage.cs b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAutomationListChoosePage.cs index 834f48f..16fa3e4 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAutomationListChoosePage.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAutomationListChoosePage.cs @@ -29,12 +29,13 @@ { this.bodyView.BackgroundColor = CSS_Color.MainBackgroundColor; var topView = new TopViewDiv(bodyView,Language.StringByID( StringId.SelectAutomation)); + topView.maginY = 10; topView.LoadTopView(); var contentView = new VerticalScrolViewLayout() { - Y = Application.GetRealHeight(64), - Height = Application.GetRealHeight(667-70), + Y = Application.GetRealHeight(74), + Height = Application.GetRealHeight(667-80), ScrollEnabled = false, }; bodyView.AddChidren(contentView); -- Gitblit v1.8.0