]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix: the character preview (#22106)
authorRepo <47093363+Titian3@users.noreply.github.com>
Sun, 3 Dec 2023 02:05:43 +0000 (15:05 +1300)
committerGitHub <noreply@github.com>
Sun, 3 Dec 2023 02:05:43 +0000 (13:05 +1100)
Content.Client/Lobby/UI/LobbyCharacterPreviewPanel.cs

index 31db2c9c536324556eada8f968ede4388c75593d..86989cd56141a3c3fcbd3fb107fdd4bd21a09cce 100644 (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);