Fix: the character preview (#22106)

This commit is contained in:
Repo
2023-12-03 15:05:43 +13:00
committed by GitHub
parent 8f6d178dfc
commit b212809c58

View File

@@ -119,7 +119,7 @@ namespace Content.Client.Lobby.UI
OverrideDirection = Direction.South,
Scale = new Vector2(4f, 4f),
MaxSize = new Vector2(112, 112),
Stretch = SpriteView.StretchMode.None,
Stretch = SpriteView.StretchMode.Fill,
};
spriteView.SetEntity(_previewDummy.Value);
_viewBox.AddChild(spriteView);