From 61513acf37a1b97e0b1cf5342ff459c3c6fe83b4 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 26 九月 2023 16:36:39 +0800 Subject: [PATCH] 问题修复 --- OnPro/HDL_ON/UI/UI0-Stan/Form/DeviceFunctionCardCommonForm.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI0-Stan/Form/DeviceFunctionCardCommonForm.cs b/OnPro/HDL_ON/UI/UI0-Stan/Form/DeviceFunctionCardCommonForm.cs index 9f4971b..ee04b00 100644 --- a/OnPro/HDL_ON/UI/UI0-Stan/Form/DeviceFunctionCardCommonForm.cs +++ b/OnPro/HDL_ON/UI/UI0-Stan/Form/DeviceFunctionCardCommonForm.cs @@ -304,9 +304,9 @@ private void AddTopSettingIcon(Button btnHigherDeviceName, Button btnHigherRoom) { //璁剧疆鍥炬爣(闂ㄩ攣鐣岄潰闇�瑕佸�熺敤杩欎釜鍥炬爣鐨刋杞村拰Y杞�,鎵�浠ュ姞杩涙潵) - var btnSetting = new PicViewControl(28, 28); - btnSetting.X = Application.GetRealWidth(337); - btnSetting.Y = Application.GetRealHeight(9); + var btnSetting = new PicViewControl(32, 32); + btnSetting.X = Application.GetRealWidth(333); + btnSetting.Y = Application.GetRealHeight(19); btnSetting.UnSelectedImagePath = "Public/FuncInfoSetIcon.png"; btnSetting.Name = "btnSetting"; topFrameLayout.AddChidren(btnSetting); -- Gitblit v1.8.0