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

Merge pull request #309 from peppy/general-fixes

Uncomment corner radius post-fix.
This commit is contained in:
Dean Herbert 2017-02-04 16:09:07 +09:00 committed by GitHub
commit e00581d838

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);
}