mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 16:42:57 +08:00
Ensure "chatting in..." text is aligned with chat message
This commit is contained in:
parent
bcce807311
commit
e6f1ac6bec
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user