mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Make comment field in bookmark tooltip more readable
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user