From 376a3c87feed308223eecab81a706168e06ee4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E9=A9=9A=E9=8F=B5?= Date: Mon, 7 Aug 2023 23:45:32 +0800 Subject: [PATCH] Update CircularMenu.xaml --- .../Themes/CircularMenu.xaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/WPFDevelopers.Shared/Themes/CircularMenu.xaml b/src/WPFDevelopers.Shared/Themes/CircularMenu.xaml index d59bc49..33631a2 100644 --- a/src/WPFDevelopers.Shared/Themes/CircularMenu.xaml +++ b/src/WPFDevelopers.Shared/Themes/CircularMenu.xaml @@ -91,26 +91,22 @@ x:Name="PART_Ellipse" Width="100" Height="100" - Fill="{StaticResource WD.PrimaryNormalSolidColorBrush}" - ToolTip="关闭" /> - + + Foreground="{StaticResource WD.BackgroundSolidColorBrush}" + Kind="Add" + RenderTransformOrigin="0.5,0.5" /> - + - -- GitLab