mirror of https://github.com/ppy/osu
Fix close button animation not being applied correct on mouse down due to conflicting scales
This commit is contained in:
parent
7ca3beb7cc
commit
3bb01fd595
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue