1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Reduce font size in channel listing too

This commit is contained in:
Dean Herbert 2024-05-03 14:00:28 +08:00
parent 3249ecee27
commit c935d3bf6c
No known key found for this signature in database

View File

@ -44,7 +44,7 @@ namespace osu.Game.Overlays.Chat.Listing
[Resolved]
private OverlayColourProvider colourProvider { get; set; } = null!;
private const float text_size = 18;
private const float text_size = 14;
private const float icon_size = 14;
private const float vertical_margin = 1.5f;