mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
fix: profile tutorial text wrap
This commit is contained in:
parent
ea8b7ed0b3
commit
9b920c8ddc
1 changed files with 13 additions and 4 deletions
|
|
@ -95,11 +95,20 @@ internal class ProfileManagerWidget
|
||||||
ImGuiHelpers.SafeTextWrapped(Locs.TutorialParagraphFour);
|
ImGuiHelpers.SafeTextWrapped(Locs.TutorialParagraphFour);
|
||||||
ImGuiHelpers.ScaledDummy(5);
|
ImGuiHelpers.ScaledDummy(5);
|
||||||
ImGuiHelpers.SafeTextWrapped(Locs.TutorialCommands);
|
ImGuiHelpers.SafeTextWrapped(Locs.TutorialCommands);
|
||||||
ImGui.BulletText(Locs.TutorialCommandsEnable);
|
|
||||||
ImGui.BulletText(Locs.TutorialCommandsDisable);
|
|
||||||
ImGui.BulletText(Locs.TutorialCommandsToggle);
|
|
||||||
ImGuiHelpers.SafeTextWrapped(Locs.TutorialCommandsEnd);
|
|
||||||
|
|
||||||
|
ImGui.Bullet();
|
||||||
|
ImGui.SameLine();
|
||||||
|
ImGuiHelpers.SafeTextWrapped(Locs.TutorialCommandsEnable);
|
||||||
|
|
||||||
|
ImGui.Bullet();
|
||||||
|
ImGui.SameLine();
|
||||||
|
ImGuiHelpers.SafeTextWrapped(Locs.TutorialCommandsDisable);
|
||||||
|
|
||||||
|
ImGui.Bullet();
|
||||||
|
ImGui.SameLine();
|
||||||
|
ImGuiHelpers.SafeTextWrapped(Locs.TutorialCommandsToggle);
|
||||||
|
|
||||||
|
ImGuiHelpers.SafeTextWrapped(Locs.TutorialCommandsEnd);
|
||||||
ImGuiHelpers.ScaledDummy(5);
|
ImGuiHelpers.ScaledDummy(5);
|
||||||
|
|
||||||
var buttonWidth = 120f;
|
var buttonWidth = 120f;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue