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:
parent
906883cb9e
commit
94109a728e
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue