diff --git a/ChatTwo/PayloadHandler.cs b/ChatTwo/PayloadHandler.cs index 6880274..1fc9fc3 100755 --- a/ChatTwo/PayloadHandler.cs +++ b/ChatTwo/PayloadHandler.cs @@ -102,7 +102,7 @@ internal sealed class PayloadHandler { "##chat2-copy", ref text, (uint) text.Length, - new Vector2(250, 150) * ImGuiHelpers.GlobalScale, + new Vector2(350, 100) * ImGuiHelpers.GlobalScale, ImGuiInputTextFlags.ReadOnly ); ImGui.EndMenu();