Steps to reproduce:
- Make sure your display has a higher scale set (>=200%)
- Create a new 3D URP project
- Open the Profiler window (Window > Analysis > Profiler)
- Find the "UI Toolkit Details" module and select it
- Observe the columns in the bottom details panel
Actual results: The rightmost columns (Owner, Hierarchy Changes, Repaint Changes, VE Count) are clipped off-screen and there is no horizontal scrollbar to access them
Expected results: A horizontal scrollbar should appear when the total column width exceeds the viewport, allowing all columns to be accessed without collapsing other panes or searching for specific resizing functionality
Reproducible with versions: 6000.6.0a6
Can’t test with versions: 6000.5.0b11 (module not available)
Tested on (OS): Windows 11
Notes:
- If the scaling is smaller - its possible to access the columns by maximizing the profiler window, but on larger scaling the columns become completely inaccessible
- Collapsing the right-side "Panel components" pane via the toolbar toggle reclaims some width for the columns, but even then it doesn't show all the columns
- "Resize to Fit" (right-click any column header) makes the columns fit the available viewport, but this can be hard to discover - a first-time user has no visual affordance pointing them to it
- Other Profiler modules (e.g., Physics 2D) display a horizontal scrollbar in the same situation