diff --git a/Content.Client/UserInterface/Systems/Alerts/Controls/AlertControl.cs b/Content.Client/UserInterface/Systems/Alerts/Controls/AlertControl.cs index fe22ebba40..1f8ba5df54 100644 --- a/Content.Client/UserInterface/Systems/Alerts/Controls/AlertControl.cs +++ b/Content.Client/UserInterface/Systems/Alerts/Controls/AlertControl.cs @@ -63,7 +63,7 @@ namespace Content.Client.UserInterface.Systems.Alerts.Controls _icon = new SpriteView { Scale = new Vector2(2, 2), - MaxSize = new Vector2(64, 64), + MaxSize = new Vector2(96, 96), // CP14 Custom alert size Stretch = SpriteView.StretchMode.None, HorizontalAlignment = HAlignment.Left };