Fix default chat alert being off-screen (#14868)
This commit is contained in:
parent
2dfdf73aa6
commit
93fd38cf68
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue