1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 07:27:25 +08:00

Reduce usable width

This commit is contained in:
Dean Herbert 2021-07-02 12:16:45 +09:00
parent a1eaf39645
commit f0727a63be

View File

@ -73,7 +73,7 @@ namespace osu.Game.Screens.Menu
{
textFlow = new LinkFlowContainer
{
RelativeSizeAxes = Axes.X,
Width = 680,
AutoSizeAxes = Axes.Y,
TextAnchor = Anchor.TopCentre,
Anchor = Anchor.TopCentre,