Remove encapsulation for previously protected XAML UI fields (#4975)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<PanelContainer StyleClasses="TransparentBorderedWindowPanel"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Top">
|
||||
<GridContainer Name="AlertContainer" MaxGridHeight="64" ExpandBackwards="True">
|
||||
<GridContainer Name="AlertContainer" Access="Public" MaxGridHeight="64" ExpandBackwards="True">
|
||||
|
||||
</GridContainer>
|
||||
</PanelContainer>
|
||||
|
||||
@@ -18,8 +18,6 @@ namespace Content.Client.Alerts.UI
|
||||
|
||||
public const float ChatSeparation = 38f;
|
||||
|
||||
public GridContainer Grid => AlertContainer;
|
||||
|
||||
public AlertsUI()
|
||||
{
|
||||
IoCManager.InjectDependencies(this);
|
||||
|
||||
Reference in New Issue
Block a user