From 3d0e0b578e6753791eb94f2d42195e70df54b96c Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Fri, 4 Feb 2022 05:10:38 -0500 Subject: [PATCH] fix: make input wider --- ChatTwo/PayloadHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();