diff --git a/WinUIGallery/ControlPages/InfoBadgePage.xaml b/WinUIGallery/ControlPages/InfoBadgePage.xaml index 8b555c112..82f093120 100644 --- a/WinUIGallery/ControlPages/InfoBadgePage.xaml +++ b/WinUIGallery/ControlPages/InfoBadgePage.xaml @@ -67,11 +67,9 @@ - + - + @@ -89,11 +87,9 @@ <StackPanel Orientation="Horizontal" contract5Present:Spacing="20" HorizontalAlignment="Center"/> - <InfoBadge x:Name="infoBadge2" Style="{StaticResource $(Style)IconInfoBadgeStyle}" HorizontalAlignment="Right" - AutomationProperties.Name="Warning badge" AutomationProperties.AutomationControlType="Image"/> + <InfoBadge x:Name="infoBadge2" Style="{StaticResource $(Style)IconInfoBadgeStyle}" HorizontalAlignment="Right"/> <InfoBadge x:Name="infoBadge3" Style="{StaticResource $(Style)ValueInfoBadgeStyle}" HorizontalAlignment="Right" Value="10" /> - <InfoBadge x:Name="infoBadge4" Style="{StaticResource $(Style)DotInfoBadgeStyle}" VerticalAlignment="Center" - AutomationProperties.Name="Notification badge" AutomationProperties.AutomationControlType="Image"/> + <InfoBadge x:Name="infoBadge4" Style="{StaticResource $(Style)DotInfoBadgeStyle}" VerticalAlignment="Center"/> </StackPanel>