From 71fd5b743d0c5e46ba686449e7f855e91a688886 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 24 三月 2023 17:29:57 +0800 Subject: [PATCH] 修改tip最大宽度 --- HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs b/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs index 4f31eee..6080247 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs @@ -66,7 +66,7 @@ public void LoadPage(bool locationSetting = true) { bodyView.BackgroundColor = CSS_Color.BackgroundColor; - new TopViewDiv(bodyView, Language.StringByID(StringId.Setting)).LoadTopView(actionRefresh); + new TopViewDiv(bodyView, Language.StringByID(StringId.Setting)).LoadTopView(); var contentView = new VerticalScrolViewLayout() { @@ -658,7 +658,7 @@ } - else if(function.spk == SPK.SenesorMegahealth) + else if(function.spk == SPK.SenesorMegahealth || function.spk == SPK.SensorMmvPose) { contentView.AddChidren(new Button { -- Gitblit v1.8.0