Problem
The Default Trace Events and Trace Analysis DataGrids in the Overview > Default Trace tab use RowHeight="25" which clips text content, making rows hard to read.
Steps to Reproduce
- Open a server tab
- Go to Overview > Default Trace
- Observe text is clipped vertically in both DataGrid sub-tabs
Expected
Row height should be tall enough to display text without clipping, consistent with other DataGrids in the app.
Affected Files
Dashboard/Controls/DefaultTraceContent.xaml (lines 35, 105)