mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 11:12:54 +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:
parent
48e89b903c
commit
b86f387fd3
@ -82,7 +82,8 @@ namespace osu.Game.Overlays.Mods
|
||||
{
|
||||
Origin = Anchor.CentreLeft,
|
||||
Anchor = Anchor.CentreLeft,
|
||||
AutoSizeAxes = Axes.Both,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Width = 50,
|
||||
Direction = FillDirection.Vertical,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user