mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 16:32:59 +08:00
Fixed "no animations" issue
This commit is contained in:
parent
0797926448
commit
8281ed5173
@ -50,6 +50,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
const float corner_radius = 7;
|
const float corner_radius = 7;
|
||||||
const float border_thickness = 2;
|
const float border_thickness = 2;
|
||||||
|
|
||||||
|
AutoSizeAxes = Axes.Both;
|
||||||
InternalChild = content = new InputBlockingContainer
|
InternalChild = content = new InputBlockingContainer
|
||||||
{
|
{
|
||||||
Origin = Anchor.BottomRight,
|
Origin = Anchor.BottomRight,
|
||||||
|
Loading…
Reference in New Issue
Block a user