From c24edb583f9e37bf7afed7db58f79143ca2a9bf5 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sat, 4 Feb 2017 16:05:24 +0900 Subject: [PATCH] Uncomment corner radius post-fix. --- osu.Game/Graphics/UserInterface/OsuDropDownMenu.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/osu.Game/Graphics/UserInterface/OsuDropDownMenu.cs b/osu.Game/Graphics/UserInterface/OsuDropDownMenu.cs index 2b34da0b0a..08a15110fa 100644 --- a/osu.Game/Graphics/UserInterface/OsuDropDownMenu.cs +++ b/osu.Game/Graphics/UserInterface/OsuDropDownMenu.cs @@ -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); }