From 9d975f202f409babe97f236919a46616ffe12e3c Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 20 Apr 2017 16:29:05 +0900 Subject: [PATCH] Make background slightly transparent. --- osu.Game/Graphics/Cursor/TooltipContainer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osu.Game/Graphics/Cursor/TooltipContainer.cs b/osu.Game/Graphics/Cursor/TooltipContainer.cs index 649cebd7ae..a1f2e282f1 100644 --- a/osu.Game/Graphics/Cursor/TooltipContainer.cs +++ b/osu.Game/Graphics/Cursor/TooltipContainer.cs @@ -128,7 +128,8 @@ namespace osu.Game.Graphics.Cursor { background = new Box { - RelativeSizeAxes = Axes.Both + RelativeSizeAxes = Axes.Both, + Alpha = 0.9f, }, text = new OsuSpriteText {