fix: make input wider

This commit is contained in:
Anna 2022-02-04 05:10:38 -05:00
parent 84b2ca0683
commit 3d0e0b578e
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -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();