1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Fix button system visual issue

This commit is contained in:
David Zhao 2019-04-05 18:21:54 +09:00
parent 35c4ee7452
commit 0208526837

View File

@ -63,6 +63,8 @@ namespace osu.Game.Screens.Menu
{
box = new Container
{
// box needs to be always present to ensure the button is always sized correctly for flow
AlwaysPresent = true,
Masking = true,
MaskingSmoothness = 2,
EdgeEffect = new EdgeEffectParameters