From c5a873df96e4a797426e4dd5eafe5b43f7aea564 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期六, 19 十二月 2020 15:41:53 +0800
Subject: [PATCH] 20201218-2

---
 HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs b/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs
index 0b35fe5..99eff0f 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs
@@ -219,7 +219,7 @@
                 X = Application.GetRealWidth(275),
                 Y = Application.GetRealHeight(263),
                 Width = Application.GetRealWidth(32),
-                Height = Application.GetRealWidth(32),
+               Height = Application.GetRealWidth(32),
                 UnSelectedImagePath = "Public/PlusSignIcon.png",
             };
             controlView.AddChidren(btnPlus);
@@ -275,8 +275,6 @@
                 Width = Application.GetRealWidth(160),
                 Height = Application.GetRealHeight(287),
                 BackgroundImagePath = "FunctionIcon/AC/DivBg1.png",
-                AnimateSpeed = 0.3f,
-                Animate = Animate.DownToUp,
             };
             dialogView.AddChidren(modeChangeView);
 

--
Gitblit v1.8.0