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

View File

@ -33,7 +33,7 @@ namespace osu.Game.Overlays.Chat.ChannelList
{
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,