From 149aae77ca26d4316fea1b7f0313a013aea49eb8 Mon Sep 17 00:00:00 2001 From: robloo Date: Mon, 28 Nov 2022 21:24:01 -0500 Subject: [PATCH] Only rotate the expander chevron path in animations --- src/Avalonia.Themes.Fluent/Controls/Expander.xaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Avalonia.Themes.Fluent/Controls/Expander.xaml b/src/Avalonia.Themes.Fluent/Controls/Expander.xaml index 3cf819c4b8..37e9b71185 100644 --- a/src/Avalonia.Themes.Fluent/Controls/Expander.xaml +++ b/src/Avalonia.Themes.Fluent/Controls/Expander.xaml @@ -103,17 +103,18 @@ RenderTransformOrigin="50%,50%" Stretch="None" Stroke="{DynamicResource ExpanderChevronForeground}" - StrokeThickness="1" /> - - - + StrokeThickness="1"> + + + + - - -