diff --git a/osu.Game/Overlays/Chat/ChatTabControl.cs b/osu.Game/Overlays/Chat/ChatTabControl.cs index 9c26632a8b..a281cff7db 100644 --- a/osu.Game/Overlays/Chat/ChatTabControl.cs +++ b/osu.Game/Overlays/Chat/ChatTabControl.cs @@ -223,8 +223,7 @@ namespace osu.Game.Overlays.Chat Depth = float.MaxValue; Width = 45; - icon.Icon = 0; - icon.X = 0; + icon.Alpha = 0; text.TextSize = 45; textBold.TextSize = 45;