mirror of
https://github.com/osukey/osukey.git
synced 2025-06-28 06:38:00 +09: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
|
text = new OsuSpriteText
|
||||||
{
|
{
|
||||||
Font = OsuFont.GetFont(size: 10, weight: FontWeight.Black),
|
Font = OsuFont.GetFont(size: 10, weight: FontWeight.Bold),
|
||||||
Text = title.ToUpper()
|
Text = title.ToUpper()
|
||||||
},
|
},
|
||||||
separator = new Box
|
separator = new Box
|
||||||
|
Loading…
x
Reference in New Issue
Block a user