box16
box16 copied to clipboard
Memory Display Size and Dim Zeros (Enhancement)
While using the memory display it occurs there are a couple of enhancements that could help.
- Make the memory display resize when the windows expands, so we can see more memory data.
- Have zeros dimmed out, so make actual data easier to see. (8s and 0s are quite similar.)

With zeros dimmed:

I agree, that could make it a little easier to read. I can probably dim the zeroes in a quick change. Resizing the display might not take too long either now that I've discovered ImGui::GetContentRegionAvail() to size things within the remainder of a window's space.