fix: make input wider
This commit is contained in:
@@ -102,7 +102,7 @@ internal sealed class PayloadHandler {
|
|||||||
"##chat2-copy",
|
"##chat2-copy",
|
||||||
ref text,
|
ref text,
|
||||||
(uint) text.Length,
|
(uint) text.Length,
|
||||||
new Vector2(250, 150) * ImGuiHelpers.GlobalScale,
|
new Vector2(350, 100) * ImGuiHelpers.GlobalScale,
|
||||||
ImGuiInputTextFlags.ReadOnly
|
ImGuiInputTextFlags.ReadOnly
|
||||||
);
|
);
|
||||||
ImGui.EndMenu();
|
ImGui.EndMenu();
|
||||||
|
|||||||
Reference in New Issue
Block a user