Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Display Size and Dim Zeros (Enhancement) #81

Open
Yazwh0 opened this issue Jan 28, 2023 · 1 comment
Open

Memory Display Size and Dim Zeros (Enhancement) #81

Yazwh0 opened this issue Jan 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Yazwh0
Copy link

Yazwh0 commented Jan 28, 2023

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

@indigodarkwolf indigodarkwolf added the enhancement New feature or request label Feb 10, 2023
@indigodarkwolf
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants