From a009fc8696f43e0df135b188b9727504b1189fb8 Mon Sep 17 00:00:00 2001 From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:22:21 +0200 Subject: [PATCH 1/2] fix: TabbarItem with Neumorphic Style crash on Windows --- .../Views/Styles/NeumorphicStyles.xaml | 88 ++++--------------- 1 file changed, 16 insertions(+), 72 deletions(-) diff --git a/Uno.Gallery/Uno.Gallery.Shared/Views/Styles/NeumorphicStyles.xaml b/Uno.Gallery/Uno.Gallery.Shared/Views/Styles/NeumorphicStyles.xaml index c08881388..35af2917b 100644 --- a/Uno.Gallery/Uno.Gallery.Shared/Views/Styles/NeumorphicStyles.xaml +++ b/Uno.Gallery/Uno.Gallery.Shared/Views/Styles/NeumorphicStyles.xaml @@ -2393,42 +2393,14 @@ - - - - - - - - - - - - - - - - + + @@ -2638,42 +2610,14 @@ - - - - - - - - - - - - - - - - + + Date: Sun, 16 Jun 2024 23:05:31 +0200 Subject: [PATCH 2/2] chore: Adjust InfoBadge and converters --- .../Views/Styles/NeumorphicStyles.xaml | 40 ++++++++++--------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/Uno.Gallery/Uno.Gallery.Shared/Views/Styles/NeumorphicStyles.xaml b/Uno.Gallery/Uno.Gallery.Shared/Views/Styles/NeumorphicStyles.xaml index 35af2917b..f824ab1c4 100644 --- a/Uno.Gallery/Uno.Gallery.Shared/Views/Styles/NeumorphicStyles.xaml +++ b/Uno.Gallery/Uno.Gallery.Shared/Views/Styles/NeumorphicStyles.xaml @@ -1422,7 +1422,7 @@ - + @@ -2111,7 +2111,7 @@ Data="{StaticResource MaterialCheckGlyphPathData}" Fill="{ThemeResource OnPrimaryBrush}" Stretch="Uniform" - Visibility="{Binding Icon, RelativeSource={RelativeSource Mode=TemplatedParent}, Converter={StaticResource EmptyOrNullToVisible}, FallbackValue=Collapsed}" /> + Visibility="{Binding Icon, RelativeSource={RelativeSource Mode=TemplatedParent}, Converter={StaticResource EmptyOrNullToVisibleConverter}, FallbackValue=Collapsed}" /> @@ -2393,14 +2393,15 @@ - - + + + + @@ -2610,14 +2611,15 @@ - - + + + + - +