From 3a14f4d23210aebe84af88eee74e62e7dc5463a4 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:41:41 -0500 Subject: [PATCH] Fix row clipping in Default Trace and Current Configuration grids (fixes #183, #184) RowHeight 25 -> 28 to match all other Dashboard DataGrids. Co-Authored-By: Claude Opus 4.6 --- Dashboard/Controls/CurrentConfigContent.xaml | 6 +++--- Dashboard/Controls/DefaultTraceContent.xaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dashboard/Controls/CurrentConfigContent.xaml b/Dashboard/Controls/CurrentConfigContent.xaml index 361c3b5d..831b44c2 100644 --- a/Dashboard/Controls/CurrentConfigContent.xaml +++ b/Dashboard/Controls/CurrentConfigContent.xaml @@ -11,7 +11,7 @@ @@ -54,7 +54,7 @@ @@ -100,7 +100,7 @@ diff --git a/Dashboard/Controls/DefaultTraceContent.xaml b/Dashboard/Controls/DefaultTraceContent.xaml index b0ae1b31..b6c1b0de 100644 --- a/Dashboard/Controls/DefaultTraceContent.xaml +++ b/Dashboard/Controls/DefaultTraceContent.xaml @@ -33,7 +33,7 @@ @@ -103,7 +103,7 @@