Skip to content

Commit

Permalink
Fixed visual bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwoo-microsoft committed Jan 7, 2023
1 parent 2e352f1 commit 630214e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WinUIGallery/ControlPages/ImplicitTransitionPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Setter Property="TabNavigation" Value="Cycle"/>
</Style>
</Page.Resources>
<StackPanel Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<StackPanel>
<local:ControlExample HeaderText="Automatically animate changes to Opacity">
<Rectangle x:Name="OpacityRectangle" Width="50" Height="50" Fill="{ThemeResource SystemAccentColor}" VerticalAlignment="Center" Margin="45,5,5,5" Opacity="0.5" />

Expand Down

0 comments on commit 630214e

Please sign in to comment.