diff --git a/Content.Client/UserInterface/Screens/DefaultGameScreen.xaml.cs b/Content.Client/UserInterface/Screens/DefaultGameScreen.xaml.cs index 2832970604..ea69597ce2 100644 --- a/Content.Client/UserInterface/Screens/DefaultGameScreen.xaml.cs +++ b/Content.Client/UserInterface/Screens/DefaultGameScreen.xaml.cs @@ -48,6 +48,6 @@ public sealed partial class DefaultGameScreen : InGameScreen { SetMarginBottom(Chat, size.X); SetMarginLeft(Chat, size.Y); - SetMarginTop(Alerts, Size.X); + SetMarginTop(Alerts, size.X); } }