From 7febac584356fde6b28db9bf9c74fac4ceaecc19 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 9 Jul 2024 19:15:02 +0800 Subject: [PATCH] ux: reduce datagride column header height --- src/Views/Histories.axaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Views/Histories.axaml b/src/Views/Histories.axaml index 64ea1f86..29c9c5e8 100644 --- a/src/Views/Histories.axaml +++ b/src/Views/Histories.axaml @@ -24,7 +24,7 @@ HeadersVisibility="Column" Focusable="False" RowHeight="28" - ColumnHeaderHeight="28" + ColumnHeaderHeight="24" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto" LayoutUpdated="OnCommitDataGridLayoutUpdated" @@ -32,7 +32,7 @@ ContextRequested="OnCommitDataGridContextRequested">