1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 11:27:24 +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 textFlow = new LinkFlowContainer
{ {
RelativeSizeAxes = Axes.X, Width = 680,
AutoSizeAxes = Axes.Y, AutoSizeAxes = Axes.Y,
TextAnchor = Anchor.TopCentre, TextAnchor = Anchor.TopCentre,
Anchor = Anchor.TopCentre, Anchor = Anchor.TopCentre,