mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Reduce font size in channel listing too
This commit is contained in:
parent
3249ecee27
commit
c935d3bf6c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user