Fix default chat alert being off-screen (#14868)
This commit is contained in:
@@ -48,6 +48,6 @@ public sealed partial class DefaultGameScreen : InGameScreen
|
|||||||
{
|
{
|
||||||
SetMarginBottom(Chat, size.X);
|
SetMarginBottom(Chat, size.X);
|
||||||
SetMarginLeft(Chat, size.Y);
|
SetMarginLeft(Chat, size.Y);
|
||||||
SetMarginTop(Alerts, Size.X);
|
SetMarginTop(Alerts, size.X);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user