1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 15:23:14 +08:00

Fix the width of vertical attribute display numbers

Not necessarily required to fix the issue at hand, but probably good
practice here.
This commit is contained in:
Dean Herbert 2023-12-15 15:04:20 +09:00
parent 48e89b903c
commit b86f387fd3
No known key found for this signature in database

View File

@ -82,7 +82,8 @@ namespace osu.Game.Overlays.Mods
{ {
Origin = Anchor.CentreLeft, Origin = Anchor.CentreLeft,
Anchor = Anchor.CentreLeft, Anchor = Anchor.CentreLeft,
AutoSizeAxes = Axes.Both, AutoSizeAxes = Axes.Y,
Width = 50,
Direction = FillDirection.Vertical, Direction = FillDirection.Vertical,
Children = new Drawable[] Children = new Drawable[]
{ {