1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +08:00

Uncomment corner radius post-fix.

This commit is contained in:
Dean Herbert 2017-02-04 16:05:24 +09:00
parent 448f4d2a10
commit c24edb583f

View File

@ -30,8 +30,7 @@ namespace osu.Game.Graphics.UserInterface
public OsuDropDownMenu()
{
//TODO: breaks padding; figure why.
//ContentContainer.CornerRadius = 4;
ContentContainer.CornerRadius = 4;
ContentBackground.Colour = Color4.Black.Opacity(0.5f);
}