mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Use settings icon as everywhere else for hex editor settings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user