deephaven / web-client-ui

Deephaven Web Client UI
Apache License 2.0
29 stars 31 forks source link

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

Closed nbauernfeind closed 1 month ago

nbauernfeind commented 1 month ago

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
vbabich commented 1 month ago

Looks like there's no spacing in the grid:

Screenshot 2024-10-14 at 10 52 30 AM