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

Increase minimum space between Tooltip Title and Table Name in Stats Summary Pop Up #2254

Closed
nbauernfeind opened this issue Oct 14, 2024 · 1 comment · Fixed by #2258
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@nbauernfeind
Copy link
Member

When hovering over a tab name on a Hierarchical Table, the name of the tab squishes up against the tooltip title.

import io.deephaven.util.QueryConstants
import io.deephaven.engine.table.impl.util.PerformanceQueries
import  io.deephaven.engine.table.impl.util.TableLoggers

qpl = TableLoggers.queryPerformanceLog()
qopl = TableLoggers.queryOperationPerformanceLog()
qpl_tt = PerformanceQueries.queryPerformanceAsTreeTable()
qopl_tt = PerformanceQueries.queryOperationPerformanceAsTreeTable()

Screenshot 2024-10-14 at 10 25 56 AM

I would expect a small amount of space to be reserved between the two to improve readability.

Note that Table widgets don't seem to have this issue:
Screenshot 2024-10-14 at 10 49 04 AM

@nbauernfeind nbauernfeind added the enhancement New feature or request label Oct 14, 2024
@vbabich
Copy link
Collaborator

vbabich commented Oct 14, 2024

Looks like there's no spacing in the grid:
Screenshot 2024-10-14 at 10 52 30 AM

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

Successfully merging a pull request may close this issue.

3 participants