Skip to content

Fix text clipping in DataGrid rows#78

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/fix-row-height-clipping
Feb 16, 2026
Merged

Fix text clipping in DataGrid rows#78
erikdarlingdata merged 1 commit intodevfrom
feature/fix-row-height-clipping

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Increased RowHeight from 25 to 28 on all 6 DataGrids in ServerTab
  • Fixes text overlap on systems with certain DPI/font settings (reported on Windows Server 2019)

Closes #72

Test plan

  • Visual check that Running Jobs rows display without overlap
  • Verify other DataGrid tabs (Config Changes, Trace Flags, Blocking, Deadlocks) also look correct

🤖 Generated with Claude Code

All 6 DataGrids in ServerTab used RowHeight="25" which caused text
overlap on systems with certain DPI/font settings (reported on
Windows Server 2019). Bumped to 28 for consistent spacing.

Closes #72

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 6375ffa into dev Feb 16, 2026
2 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/fix-row-height-clipping branch February 20, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant