indigodarkwolf/box16

Memory Display Size and Dim Zeros (Enhancement)

Opened this issue · 1 comments

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.)

image

With zeros dimmed:
image

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.