impr: Use better icons for favorites and filter text boxes

This commit is contained in:
WerWolv
2023-06-04 22:52:36 +02:00
parent cc55e5ec74
commit e78c21cbfb
4 changed files with 11 additions and 10 deletions

View File

@@ -434,7 +434,7 @@ namespace hex::plugin::builtin::ui {
}
if (y == u64(clipper.DisplayStart))
cellSize.y -= (ImGui::GetStyle().CellPadding.y + 1);
cellSize.y -= (ImGui::GetStyle().CellPadding.y);
backgroundColor = applySelectionColor(byteAddress, backgroundColor);