From fde579262f085f8382157d197f854a04657406a6 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 30 May 2017 09:54:29 +0900 Subject: [PATCH] User a simpler method to hide the background icon --- osu.Game/Overlays/Chat/ChatTabControl.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;