Skip to content

Commit

Permalink
Make lines a bit longer in help_marker
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Sep 27, 2022
1 parent 294c9a4 commit 9ea702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component-explorer/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function help_marker(desc)
imgui.TextDisabled("(?)")
if imgui.IsItemHovered() then
imgui.BeginTooltip()
imgui.PushTextWrapPos(300)
imgui.PushTextWrapPos(400)
imgui.Text(desc)
imgui.PopTextWrapPos()
imgui.EndTooltip()
Expand Down

0 comments on commit 9ea702b

Please sign in to comment.