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
1 changed files with 2 additions and 2 deletions

View File

@ -64,14 +64,14 @@ public BeatmapNotAvailable()
Padding = new MarginPadding(10),
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,
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
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,
RelativeSizeAxes = Axes.X,