From 4c4e00a1b88c100f99f8205805c62dac1aa39e30 Mon Sep 17 00:00:00 2001 From: Anna Date: Fri, 8 Sep 2023 15:47:12 -0400 Subject: [PATCH] chore: change wrapping and wording in setup window --- Ui/SetUpPenumbraWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ui/SetUpPenumbraWindow.cs b/Ui/SetUpPenumbraWindow.cs index aee34c2..4cadadb 100644 --- a/Ui/SetUpPenumbraWindow.cs +++ b/Ui/SetUpPenumbraWindow.cs @@ -26,11 +26,11 @@ public DrawStatus Draw() { return DrawStatus.Continue; } - var width = ImGui.CalcTextSize("m").X * 60; + var width = ImGui.CalcTextSize("m").X * 40; using var textWrapPop = new OnDispose(ImGui.PopTextWrapPos); ImGui.PushTextWrapPos(width); - ImGui.TextUnformatted("Heliosphere cannot function if Penumbra is not set up. Please set a mod directory in Penumbra, then try again."); + ImGui.TextUnformatted("Heliosphere cannot function if Penumbra is not set up. Please set a root directory in Penumbra, then try again."); var buttonWidth = ImGui.GetContentRegionAvail().X; if (ImGui.Button("Open Penumbra settings", new Vector2(buttonWidth, 0))) {