From 40eca9566125da5ee6d498445feba9e37e5ef373 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 18 Jul 2019 23:37:09 +0200 Subject: [PATCH] Fix build. --- Content.Client/Chat/ChatFilterUI.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Content.Client/Chat/ChatFilterUI.cs b/Content.Client/Chat/ChatFilterUI.cs index 809983d75c..0bed8b707d 100644 --- a/Content.Client/Chat/ChatFilterUI.cs +++ b/Content.Client/Chat/ChatFilterUI.cs @@ -19,9 +19,7 @@ namespace Content.Client.Chat { base.Initialize(); - HideOnClose = true; Title = "Filter Channels"; - Visible = false; var margin = new MarginContainer() { @@ -44,7 +42,7 @@ namespace Content.Client.Chat MarginRight = -5f, MarginBottom = -5f, SizeFlagsHorizontal = SizeFlags.Fill, - SizeFlagsStretchRatio = 2, + SizeFlagsStretchRatio = 2, }; var hbox = new HBoxContainer() @@ -61,4 +59,4 @@ namespace Content.Client.Chat } } -} \ No newline at end of file +}