mirror of
https://github.com/osukey/osukey.git
synced 2025-07-22 19:00:05 +09:00
Ensure "chatting in..." text is aligned with chat message
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user