From 47d690f0d7c99b74c06593b3898c54a9318cf932 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 17 Jun 2024 21:09:22 +0800 Subject: [PATCH] ux: new style for Statistics window --- src/Views/Statistics.axaml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/Views/Statistics.axaml b/src/Views/Statistics.axaml index efeed607..8f3bd7e8 100644 --- a/src/Views/Statistics.axaml +++ b/src/Views/Statistics.axaml @@ -77,7 +77,7 @@ @@ -127,10 +127,30 @@ BorderThickness="1" BorderBrush="{DynamicResource Brush.Border1}" Background="{DynamicResource Brush.Contents}" + HorizontalGridLinesBrush="{DynamicResource Brush.Border1}" + VerticalGridLinesBrush="{DynamicResource Brush.Border1}" IsReadOnly="True" RowHeight="26" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto"> + + + + + + +