fix: make input wider

This commit is contained in:
Anna 2022-02-04 05:10:38 -05:00
parent b462ccb43a
commit 2d8d7d5ec0
1 changed files with 1 additions and 1 deletions

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