mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 13:22:57 +08:00
Fix options sidebar not displaying correclty.
This commit is contained in:
parent
b92726c8ee
commit
ebc38917dc
@ -74,6 +74,7 @@ namespace osu.Game.Overlays.Options
|
|||||||
{
|
{
|
||||||
Content.Anchor = Anchor.CentreLeft;
|
Content.Anchor = Anchor.CentreLeft;
|
||||||
Content.Origin = Anchor.CentreLeft;
|
Content.Origin = Anchor.CentreLeft;
|
||||||
|
RelativeSizeAxes = Axes.Both;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user