Skip to content

Commit

Permalink
GridView: Fix favorites and DuplicateHider icons placement and hover …
Browse files Browse the repository at this point in the history
…darkening background being inconsistent if Library Banners are enabled
  • Loading branch information
darklinkpower committed Apr 28, 2022
1 parent 50ee94d commit c0c7f8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/DerivedStyles/GridViewItemTemplate.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,14 @@
HorizontalAlignment="Center" VerticalAlignment="Center"/>
</Border>
<Border Background="#AA000000" x:Name="BorderMouseOver" Visibility="Collapsed" />
<Border Background="{DynamicResource CoversButtonsBrush}" x:Name="BorderDarkFade" Visibility="Collapsed" />
<Border Name="ShineBackground" Tag="False" IsHitTestVisible="False"
Style="{DynamicResource AnimatedCoverShineBackground}" />
<TextBlock Name="EnableHighlightAnimation" Visibility="Collapsed"
Tag="{DynamicResource GridViewEnableCoverShineAnimation}" />
</Grid>

<Grid Grid.Row="1" Height="{Settings GridItemHeight}">
<Border Background="{DynamicResource CoversButtonsBrush}" x:Name="BorderDarkFade" Visibility="Collapsed" />
<DockPanel HorizontalAlignment="Right" VerticalAlignment="Top" Margin="5">
<TextBlock Text="&#xF000;" Foreground="{DynamicResource DetailsIconsBackgroundBrush}"
Opacity="0.75" FontSize="16"
Expand Down

0 comments on commit c0c7f8c

Please sign in to comment.