Skip to content

Commit

Permalink
GridView: Fix Cover controls not displaying on hover on certain circu…
Browse files Browse the repository at this point in the history
…mstances
  • Loading branch information
darklinkpower committed Jul 20, 2023
1 parent 15c3814 commit ef05649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/DerivedStyles/GridViewItemTemplate.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<Setter.Value>
<ControlTemplate TargetType="{x:Type GameListItem}">
<Grid>
<Border BorderThickness="{Settings GridItemMargin}" BorderBrush="{DynamicResource GridItemBackgroundBrush}">
<Border BorderThickness="{Settings GridItemMargin}" BorderBrush="{DynamicResource GridItemBackgroundBrush}"
Background="Transparent">
<StackPanel Name="PART_PanelHost"
d:DataContext="{x:Static DesignMainViewModel.DesignSelectedGameIntance}">
<Grid>
Expand Down

0 comments on commit ef05649

Please sign in to comment.