From 3037541d683de2f9dd775870055d244ba15839f2 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 03 十二月 2020 20:23:06 +0800 Subject: [PATCH] 2020-12-03-3 --- HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/brightnessView.cs | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/brightnessView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/brightnessView.cs index ac37f82..69e89d1 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/brightnessView.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/brightnessView.cs @@ -82,7 +82,7 @@ { Y = Application.GetRealHeight(103),//杩涘害鏉$埗鎺т欢Y鍧愭爣 X = Application.GetRealWidth(62-10),//杩涘害鏉鍧愭爣 - SeekBarPadding=Application.GetRealHeight(10),//杩涘害鏉″疄闄呴暱搴�=244-12*2(鍐呰竟璺�); + SeekBarPadding=Application.GetRealHeight(10),//杩涘害鏉″疄闄呴暱搴�=244-10*2(鍐呰竟璺�); Width = Application.GetRealWidth(240),//杩涘害鏉$殑闀垮害 Height = Application.GetRealHeight(54),//杩涘害鏉$埗鎺т欢楂樺害 IsProgressTextShow = true,//鏄剧ず鐧惧垎姣� @@ -131,14 +131,12 @@ frameLayout.AddChidren(seekBarVol); frameLayout.AddChidren(btn_add); frameLayout.AddChidren(btn_add_click); - - ////鐣岄潰鐐瑰嚮浜嬩欢 - fLayout.MouseUpEventHandler += (sender, e1) => + //鍙栨秷鐐瑰嚮浜嬩欢 + btnCancel.MouseUpEventHandler += (sender, e1) => { //绉婚櫎fLayout鐣岄潰 fLayout.RemoveFromParent(); }; - //鍙栨秷鐐瑰嚮浜嬩欢 } } -- Gitblit v1.8.0