mirror of
https://github.com/ppy/osu
synced 2025-01-19 04:20:59 +00: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 = new Container
|
||||||
{
|
{
|
||||||
|
// box needs to be always present to ensure the button is always sized correctly for flow
|
||||||
|
AlwaysPresent = true,
|
||||||
Masking = true,
|
Masking = true,
|
||||||
MaskingSmoothness = 2,
|
MaskingSmoothness = 2,
|
||||||
EdgeEffect = new EdgeEffectParameters
|
EdgeEffect = new EdgeEffectParameters
|
||||||
|
Loading…
Reference in New Issue
Block a user