impr: Use settings icon as everywhere else for hex editor settings

(cherry picked from commit 33c4dc3347)
This commit is contained in:
WerWolv
2025-12-25 19:59:57 +01:00
parent c74c123e44
commit bcfc9249d5

View File

@@ -1190,10 +1190,10 @@ namespace hex::ui {
drawMinimapPopup();
ImGui::SameLine(0, 1_scaled);
ImGui::SameLine();
// Data Cell configuration
if (ImGuiExt::DimmedIconButton(ICON_VS_TABLE, ImGui::GetStyleColorVec4(ImGuiCol_Text))) {
if (ImGuiExt::DimmedIconButton(ICON_VS_SETTINGS_GEAR, ImGui::GetStyleColorVec4(ImGuiCol_Text))) {
ImGui::OpenPopup("DataCellOptions");
}
ImGuiExt::InfoTooltip("hex.ui.hex_editor.data_cell_options"_lang);