mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix percentage-formatted displays containing a space
This commit is contained in:
@ -177,7 +177,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
if (DisplayAsPercentage)
|
||||
{
|
||||
TooltipText = floatValue.ToString("P0");
|
||||
TooltipText = floatValue.ToString("0%");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user