Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Made Text to TextWrapped for message popups (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
StoiaCode authored Apr 20, 2023
1 parent eb1fe03 commit ebb6cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomizePlus/Interface/MessageWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static void Show(string text, Vector2? windowSize = null, Action? onButto

protected override void DrawContents()
{
ImGui.Text(Text);
ImGui.TextWrapped(Text);

if(WindowId != null)
{
Expand Down

0 comments on commit ebb6cfc

Please sign in to comment.