mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09: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()
|
public OsuDropDownMenu()
|
||||||
{
|
{
|
||||||
//TODO: breaks padding; figure why.
|
ContentContainer.CornerRadius = 4;
|
||||||
//ContentContainer.CornerRadius = 4;
|
|
||||||
ContentBackground.Colour = Color4.Black.Opacity(0.5f);
|
ContentBackground.Colour = Color4.Black.Opacity(0.5f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user