wxr
2020-06-08 b71dfb3ca100340005d56e1298292807da82322d
HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditFunctionPage.cs
@@ -267,7 +267,6 @@
                        TextSize = CSS_FontSize.PromptFontSize_SecondaryLevel,
                    };
                    functionRow.AddChidren(btnFunctionFloorName);
                }
                Button btnChooseIcon = new Button()
@@ -276,8 +275,8 @@
                    X = Application.GetRealWidth(335),
                    Width = Application.GetRealWidth(28),
                    Height = Application.GetRealWidth(28),
                    SelectedImagePath = "Public/SelectionIcon.png",
                    UnSelectedImagePath = "Public/UnSelectionIcon.png",
                    UnSelectedImagePath = "Public/ChooseIcon.png",
                    SelectedImagePath = "Public/ChooseOnIcon.png",
                    IsSelected = function.roomIdList.Contains(room.sid)
                };
                functionRow.AddChidren(btnChooseIcon);
@@ -293,7 +292,6 @@
            {
                functionListView.Height = Application.GetRealHeight(518 - 40 - 62);
            }
        }
        /// <summary>