Update font sizes

This commit is contained in:
iiSaLMaN 2019-06-21 14:18:20 +03:00 committed by GitHub
parent a1c58b164c
commit 0cc7a604ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,14 +64,14 @@ namespace osu.Game.Overlays.BeatmapSet
Padding = new MarginPadding(10), Padding = new MarginPadding(10),
Children = new Drawable[] Children = new Drawable[]
{ {
textContainer = new TextFlowContainer(t => t.Font = OsuFont.GetFont(size: 20, weight: FontWeight.Medium)) textContainer = new TextFlowContainer(t => t.Font = OsuFont.GetFont(size: 14, weight: FontWeight.Medium))
{ {
Direction = FillDirection.Full, Direction = FillDirection.Full,
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y, AutoSizeAxes = Axes.Y,
Colour = Color4.Orange, Colour = Color4.Orange,
}, },
linkContainer = new LinkFlowContainer(t => t.Font = OsuFont.GetFont(size: 14)) linkContainer = new LinkFlowContainer(t => t.Font = OsuFont.GetFont(size: 10))
{ {
Direction = FillDirection.Full, Direction = FillDirection.Full,
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,