Skip to content

Commit

Permalink
fix: fix mouse over trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie authored and sophie-gilbert committed Jan 29, 2025
1 parent d3f13dd commit 101cd1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FoxTunes.UI.Windows/PlaylistManager.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</ListBox.ItemContainerStyle>
<ListBox.ItemTemplate>
<DataTemplate DataType="{x:Type Core:Playlist}">
<Grid IsHitTestVisible="True">
<Grid IsHitTestVisible="True" Background="Transparent">
<Grid.ColumnDefinitions>
<ColumnDefinition></ColumnDefinition>
<ColumnDefinition Width="Auto"></ColumnDefinition>
Expand Down
2 changes: 1 addition & 1 deletion FoxTunes.UI.Windows/PlaylistSelectorList.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ListBox.ItemContainerStyle>
<ListBox.ItemTemplate>
<DataTemplate DataType="{x:Type Core:Playlist}">
<Grid IsHitTestVisible="True">
<Grid IsHitTestVisible="True" Background="Transparent">
<Grid.ColumnDefinitions>
<ColumnDefinition></ColumnDefinition>
<ColumnDefinition Width="Auto"></ColumnDefinition>
Expand Down

0 comments on commit 101cd1d

Please sign in to comment.