From 133ca903ae9c4df6ff037f5223d5abcd0df926f4 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期五, 20 三月 2020 17:55:32 +0800 Subject: [PATCH] 2020-03-20-1 --- ZigbeeApp/Shared/Phone/Device/Logic/LogicView/SelectedDeviceView.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/SelectedDeviceView.cs b/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/SelectedDeviceView.cs index e657b38..99849fd 100644 --- a/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/SelectedDeviceView.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/SelectedDeviceView.cs @@ -90,7 +90,7 @@ { Width = Application.GetRealWidth(800), Y=Application.GetRealHeight(130-5), - Height = Application.GetRealHeight(5), + Height =Application.GetRealHeight(5), BackgroundColor = ZigbeeColor.Current.LogicRowLayoutLineColor, }; @@ -122,6 +122,7 @@ stateRow.AddChidren(regionNameBtn); stateRow.AddChidren(ordinaryBtn); stateRow.AddChidren(selecetddevicestateBtn); + // lineBtn.Y = stateRow.Height - 1; stateRow.AddChidren(lineBtn); } -- Gitblit v1.8.0