mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
impr: Use better icons for favorites and filter text boxes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user