mirror of
https://github.com/osukey/osukey.git
synced 2025-07-07 11:19:54 +09:00
Adjust text size
This commit is contained in:
@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
|||||||
Anchor = Anchor.CentreLeft,
|
Anchor = Anchor.CentreLeft,
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
Margin = new MarginPadding { Right = 10 },
|
Margin = new MarginPadding { Right = 10 },
|
||||||
Font = OsuFont.GetFont(weight: FontWeight.Bold)
|
Font = OsuFont.GetFont(size: 14, weight: FontWeight.Bold)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user