Fix close button animation not being applied correct on mouse down due to conflicting scales

This commit is contained in:
Dean Herbert 2022-03-21 14:41:57 +09:00
parent 7ca3beb7cc
commit 3bb01fd595
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ private void load(OsuColour osuColour)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Scale = new Vector2(0.75f),
Size = new Vector2(0.75f),
Icon = FontAwesome.Solid.TimesCircle,
RelativeSizeAxes = Axes.Both,
Colour = normalColour,