mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 13:42:56 +08:00
Lower username font size a bit
This commit is contained in:
parent
8a474f7d22
commit
e8967ff3c5
@ -266,7 +266,7 @@ namespace osu.Game.Online.Leaderboards
|
|||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Shear = -shear,
|
Shear = -shear,
|
||||||
Text = user.Username,
|
Text = user.Username,
|
||||||
Font = OsuFont.GetFont(size: 24, weight: FontWeight.SemiBold)
|
Font = OsuFont.GetFont(size: 20, weight: FontWeight.SemiBold)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user