Fix for colours and members rename.

This commit is contained in:
Huo Yaoyuan
2017-03-22 07:55:47 +08:00
parent b46ded7794
commit b06eb0122c
3 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Graphics.UserInterface
public OsuMenu()
{
CornerRadius = 4;
ContentBackground.Colour = Color4.Black.Opacity(0.5f);
Background.Colour = Color4.Black.Opacity(0.5f);
ItemsContainer.Padding = new MarginPadding(5);
}