From 24a9556ef3d0aa83ccb825d96a248c521cad35ed Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期四, 14 五月 2020 11:18:45 +0800
Subject: [PATCH] 2020-05-14-1-2
---
HDL_ON/UI/UI2/2-Classification/RoomPage.cs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/UI/UI2/2-Classification/RoomPage.cs b/HDL_ON/UI/UI2/2-Classification/RoomPage.cs
index 4fb83cf..5de0c0e 100644
--- a/HDL_ON/UI/UI2/2-Classification/RoomPage.cs
+++ b/HDL_ON/UI/UI2/2-Classification/RoomPage.cs
@@ -41,7 +41,6 @@
};
bodyView.AddChidren(functionListView);
-
foreach (var function in room.functions)
{
functionListView.AddChidren(new Button() { Height = Application.GetRealHeight(12) });
--
Gitblit v1.8.0