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

Tooltip displays have extra lines, other tooltips do not (version 2.0.0) #100

Open
perez987 opened this issue Jul 1, 2024 · 2 comments
Open

Comments

@perez987
Copy link
Contributor

perez987 commented Jul 1, 2024

Good morning, displays tooltip breaks the appearance of the rest of tooltips.
They all have consecutive lines of info but tooltip displays have blank lines between the lines of info.
I suppose that !$0.isEmpty should remove the extra lines (I'm not sure if this is their purpose):
.prefix { !$0.isEmpty && !$0.hasPrefix("Memory") }
Can it be set to look as the rest of tooltips?

E.g. displays tooltip:

Displays

E.g. other tooltips:

GPU

Thanks for your work.

@0xCUB3
Copy link
Owner

0xCUB3 commented Jul 1, 2024

yeah I'm not sure why this is. I'll have to look into why this is randomly happening and perhaps add some code to strip empty lines.

@perez987
Copy link
Contributor Author

perez987 commented Jul 2, 2024

@0xCUB3
Thank you!

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

No branches or pull requests

2 participants