mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 11:59:21 +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.ScaledDummy(5);
|
||||
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);
|
||||
|
||||
var buttonWidth = 120f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue