From df8d4ab0ef17a7fab5dea9c47bbd9f4d4a2a40b0 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 15 三月 2021 14:55:49 +0800
Subject: [PATCH] 合并前上传一个版本

---
 HDL_ON/UI/UI2/FuntionControlView/Light/ColorTureLampPage.cs |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Light/ColorTureLampPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Light/ColorTureLampPage.cs
index c3c51ef..a2014d0 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Light/ColorTureLampPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Light/ColorTureLampPage.cs
@@ -303,10 +303,10 @@
 
             btnSwitch = new Button()
             {
-                X = Application.GetRealWidth(184),
-                Y = Application.GetRealHeight(462),
-                Width = Application.GetRealWidth(40),
-                Height = Application.GetRealWidth(40),
+                X = Application.GetRealWidth(180),
+                Y = Application.GetRealHeight(466),
+                Width = Application.GetRealWidth(32),
+                Height = Application.GetRealWidth(32),
                 UnSelectedImagePath = "Public/PowerClose.png",
                 SelectedImagePath = "Public/PowerOpen.png",
                 IsSelected = light.trait_on_off.curValue.ToString() == "on",
@@ -315,10 +315,10 @@
 
             //鑹叉俯鐨勫揩鎹锋柟寮忓浘鏍�
             btnShortcut = new Button();
-            btnShortcut.X = Application.GetRealWidth(104);
+            btnShortcut.X = Application.GetRealWidth(116);
             btnShortcut.Y = btnSwitch.Y;
-            btnShortcut.Width = Application.GetRealWidth(36);
-            btnShortcut.Height = Application.GetRealWidth(36);
+            btnShortcut.Width = Application.GetRealWidth(32);
+            btnShortcut.Height = Application.GetRealWidth(32);
             btnShortcut.UnSelectedImagePath = "FunctionIcon/Light/CozyIconOn.png";
             controlView.AddChidren(btnShortcut);
             btnShortcut.MouseUpEventHandler += (sender, e) =>

--
Gitblit v1.8.0