Fix build.

This commit is contained in:
Pieter-Jan Briers
2019-07-18 23:37:09 +02:00
parent 6de6c6534c
commit 40eca95661

View File

@@ -19,9 +19,7 @@ namespace Content.Client.Chat
{ {
base.Initialize(); base.Initialize();
HideOnClose = true;
Title = "Filter Channels"; Title = "Filter Channels";
Visible = false;
var margin = new MarginContainer() var margin = new MarginContainer()
{ {
@@ -44,7 +42,7 @@ namespace Content.Client.Chat
MarginRight = -5f, MarginRight = -5f,
MarginBottom = -5f, MarginBottom = -5f,
SizeFlagsHorizontal = SizeFlags.Fill, SizeFlagsHorizontal = SizeFlags.Fill,
SizeFlagsStretchRatio = 2, SizeFlagsStretchRatio = 2,
}; };
var hbox = new HBoxContainer() var hbox = new HBoxContainer()
@@ -61,4 +59,4 @@ namespace Content.Client.Chat
} }
} }
} }