From 95755f0f322e60a7da6eaca28eaeabab7358f3c4 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:09:41 -0500 Subject: [PATCH] Increase DataGrid row height from 25 to 28 to fix text clipping 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 --- Dashboard/ServerTab.xaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Dashboard/ServerTab.xaml b/Dashboard/ServerTab.xaml index 2467781f..7371fea2 100644 --- a/Dashboard/ServerTab.xaml +++ b/Dashboard/ServerTab.xaml @@ -228,7 +228,7 @@ @@ -345,7 +345,7 @@ @@ -415,7 +415,7 @@ @@ -593,7 +593,7 @@