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:
parent
35c4ee7452
commit
0208526837
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user