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);