fix: Path in pattern tooltip wrapping too quickly
This commit is contained in:
parent
e43016735d
commit
699a91c46b
@ -1497,7 +1497,9 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
ImGui::Indent();
|
||||
ImGui::PushTextWrapPos(300_scaled);
|
||||
ImGuiExt::TextFormattedWrapped("{}", path);
|
||||
ImGui::PopTextWrapPos();
|
||||
ImGui::Unindent();
|
||||
|
||||
ImGui::TableNextRow();
|
||||
|
Loading…
Reference in New Issue
Block a user