impr: Make comment field in bookmark tooltip more readable
This commit is contained in:
parent
5a2b2e0813
commit
c726c96286
@ -82,7 +82,9 @@ namespace hex::plugin::builtin {
|
||||
ImGui::TableNextColumn();
|
||||
ImGui::TextFormatted("{}: ", "hex.builtin.view.bookmarks.header.comment"_lang.get());
|
||||
ImGui::TableNextColumn();
|
||||
ImGui::TextFormattedWrapped("\"{}\"", bookmark.comment);
|
||||
ImGui::PushTextWrapPos(ImGui::CalcTextSize("X").x * 40);
|
||||
ImGui::TextFormattedWrapped("{}", bookmark.comment);
|
||||
ImGui::PopTextWrapPos();
|
||||
}
|
||||
|
||||
ImGui::EndTable();
|
||||
|
Loading…
x
Reference in New Issue
Block a user