From 80a70b68783864f390d7f8a55fd1ce102a960277 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:27:33 -0500 Subject: [PATCH] Fix squished drill-down charts - use proportional sizing (#166) Charts in query/procedure drill-down windows were fixed at 250px height, making them hard to read especially on larger monitors. Changed from fixed height to proportional layout (2* chart / 3* grid) with MinHeight 250 so charts scale with window size while maintaining a minimum. Co-Authored-By: Claude Opus 4.6 --- Dashboard/ProcedureHistoryWindow.xaml | 4 ++-- Dashboard/QueryExecutionHistoryWindow.xaml | 4 ++-- Dashboard/QueryStatsHistoryWindow.xaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dashboard/ProcedureHistoryWindow.xaml b/Dashboard/ProcedureHistoryWindow.xaml index 96d9ddc4..0c0b27c1 100644 --- a/Dashboard/ProcedureHistoryWindow.xaml +++ b/Dashboard/ProcedureHistoryWindow.xaml @@ -14,8 +14,8 @@ - - + + diff --git a/Dashboard/QueryExecutionHistoryWindow.xaml b/Dashboard/QueryExecutionHistoryWindow.xaml index e873f0a3..d58923d6 100644 --- a/Dashboard/QueryExecutionHistoryWindow.xaml +++ b/Dashboard/QueryExecutionHistoryWindow.xaml @@ -14,8 +14,8 @@ - - + + diff --git a/Dashboard/QueryStatsHistoryWindow.xaml b/Dashboard/QueryStatsHistoryWindow.xaml index e5c60fe0..cfb9dd81 100644 --- a/Dashboard/QueryStatsHistoryWindow.xaml +++ b/Dashboard/QueryStatsHistoryWindow.xaml @@ -14,8 +14,8 @@ - - + +