We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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()
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:
The text was updated successfully, but these errors were encountered:
Looks like there's no spacing in the grid:
Sorry, something went wrong.
4e8ad58
dsmmcken
Successfully merging a pull request may close this issue.
When hovering over a tab name on a Hierarchical Table, the name of the tab squishes up against the tooltip title.
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:
The text was updated successfully, but these errors were encountered: