1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 12:02:55 +08:00

Ensure "chatting in..." text is aligned with chat message

This commit is contained in:
Jai Sharma 2022-05-02 20:08:33 +01:00
parent bcce807311
commit e6f1ac6bec

View File

@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Chat
private Container searchIconContainer = null!;
private ChatTextBox chatTextBox = null!;
private const float chatting_text_width = 180;
private const float chatting_text_width = 240;
private const float search_icon_width = 40;
[BackgroundDependencyLoader]