Fix big sprite in health analyzer (#2977)

It was either removing scale here, or in the code-behind. The
code-behind's value is correct (3 instead of 2.5) so I opted to keep
that one
This commit is contained in:
Tobias Berger 2025-02-15 00:02:18 +01:00 committed by GitHub
parent 906883cb9e
commit 94109a728e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
Margin="0 0 0 5">
<PanelContainer>
<SpriteView OverrideDirection="South"
Scale="2.5 2.5"
Name="SpriteView"
Access="Public"
SetSize="96 96"/>