1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Adjust text size

This commit is contained in:
Andrei Zavatski 2021-01-21 22:48:31 +03:00
parent 343166f158
commit e87197c7fc

View File

@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Margin = new MarginPadding { Right = 10 },
Font = OsuFont.GetFont(weight: FontWeight.Bold)
Font = OsuFont.GetFont(size: 14, weight: FontWeight.Bold)
}
}
};