diff --git a/ModernWpf.MahApps/Styles/Controls.FlipView.xaml b/ModernWpf.MahApps/Styles/Controls.FlipView.xaml index f580ea14..d1750b92 100644 --- a/ModernWpf.MahApps/Styles/Controls.FlipView.xaml +++ b/ModernWpf.MahApps/Styles/Controls.FlipView.xaml @@ -20,10 +20,10 @@ - M 14.091797 19.970703 L 4.111328 10 L 14.091797 0.029297 L 14.970703 0.908203 L 5.888672 10 L 14.970703 19.091797 Z - M 5.029297 19.091797 L 14.111328 10 L 5.029297 0.908203 L 5.908203 0.029297 L 15.888672 10 L 5.908203 19.970703 Z - M 19.091797 14.970703 L 10 5.888672 L 0.908203 14.970703 L 0.029297 14.091797 L 10 4.111328 L 19.970703 14.091797 Z - M 18.935547 4.560547 L 19.814453 5.439453 L 10 15.253906 L 0.185547 5.439453 L 1.064453 4.560547 L 10 13.496094 Z + F1 M 5 10 L 15 0 L 15 20 L 5 10 Z + F1 M 5 0 L 15 10 L 5 20 L 5 0 Z + F1 M 10 5 L 20 15 L 0 15 L 10 5 Z + F1 M 0 5 L 20 5 L 10 15 L 0 5 Z @@ -103,7 +103,7 @@ FontFamily="{DynamicResource SymbolThemeFontFamily}" FontSize="12" Foreground="{DynamicResource FlipViewNextPreviousArrowForeground}" - Data="{StaticResource ChevronLeft}" + Data="{StaticResource CaretLeft}" HorizontalAlignment="Center" VerticalAlignment="Center" UseLayoutRounding="False" /> @@ -133,7 +133,7 @@ FontFamily="{DynamicResource SymbolThemeFontFamily}" FontSize="12" Foreground="{DynamicResource FlipViewNextPreviousArrowForeground}" - Data="{StaticResource ChevronDown}" + Data="{StaticResource CaretDown}" HorizontalAlignment="Center" VerticalAlignment="Center" UseLayoutRounding="False" /> @@ -163,7 +163,7 @@ FontFamily="{DynamicResource SymbolThemeFontFamily}" FontSize="12" Foreground="{DynamicResource FlipViewNextPreviousArrowForeground}" - Data="{StaticResource ChevronUp}" + Data="{StaticResource CaretUp}" HorizontalAlignment="Center" VerticalAlignment="Center" UseLayoutRounding="False" /> diff --git a/ModernWpf/Styles/Calendar.xaml b/ModernWpf/Styles/Calendar.xaml index 9f4d47c4..82b2f3f3 100644 --- a/ModernWpf/Styles/Calendar.xaml +++ b/ModernWpf/Styles/Calendar.xaml @@ -32,8 +32,8 @@ Style="{StaticResource WeekDayNameStyle}" Text="{Binding}" /> - M 18.935547 4.560547 L 19.814453 5.439453 L 10 15.253906 L 0.185547 5.439453 L 1.064453 4.560547 L 10 13.496094 Z - M 19.091797 14.970703 L 10 5.888672 L 0.908203 14.970703 L 0.029297 14.091797 L 10 4.111328 L 19.970703 14.091797 Z + F1 M 10 5 L 20 15 L 0 15 L 10 5 Z + F1 M 0 5 L 20 5 L 10 15 L 0 5 Z @@ -105,9 +105,10 @@