From d4b0958f67987f1261ec3b3c1c72ec41be1028c7 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 7 Aug 2024 17:03:21 +0800 Subject: [PATCH] ux: new style of tab switcher in statistics window --- src/Views/Statistics.axaml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/Views/Statistics.axaml b/src/Views/Statistics.axaml index bb1dbf26..ceb2de31 100644 --- a/src/Views/Statistics.axaml +++ b/src/Views/Statistics.axaml @@ -55,7 +55,11 @@ SelectedIndex="{Binding SelectedIndex, Mode=TwoWay}" HorizontalAlignment="Center" VerticalAlignment="Center" - Background="Transparent"> + Background="Transparent" + BorderThickness="1" + BorderBrush="{DynamicResource Brush.Border2}" + CornerRadius="14" + Padding="3,0"> @@ -64,6 +68,7 @@ @@ -77,12 +82,15 @@ + + - + - + - +