mirror of
https://github.com/ppy/osu.git
synced 2025-03-17 17:17:19 +08:00
Change InfoColumn title font weight
This commit is contained in:
parent
3571c2b617
commit
c12fc67887
@ -125,7 +125,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
{
|
||||
text = new OsuSpriteText
|
||||
{
|
||||
Font = OsuFont.GetFont(size: 10, weight: FontWeight.Black),
|
||||
Font = OsuFont.GetFont(size: 10, weight: FontWeight.Bold),
|
||||
Text = title.ToUpper()
|
||||
},
|
||||
separator = new Box
|
||||
|
Loading…
x
Reference in New Issue
Block a user