1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Revert multiplier number changes and set width

Safe arbitrary width taken from "0.00x" (highest width of 67), rounded to the nearest tenth.
This commit is contained in:
Joehu 2020-04-26 19:50:11 -07:00
parent 8a47a615db
commit 1b9362041a

View File

@ -269,9 +269,10 @@ namespace osu.Game.Overlays.Mods
},
MultiplierLabel = new OsuSpriteText
{
Font = OsuFont.GetFont(size: 25, weight: FontWeight.Bold, fixedWidth: true),
Font = OsuFont.GetFont(size: 30, weight: FontWeight.Bold),
Origin = Anchor.CentreLeft,
Anchor = Anchor.CentreLeft,
Width = 70, // to avoid footer from flowing when clicking mods
},
},
},