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:
commit
e00581d838
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user