Skip to content

Commit

Permalink
Fix: Fixed issue where clicking DataGrid headers didn't change the so…
Browse files Browse the repository at this point in the history
…rt direction (files-community#13150)
  • Loading branch information
yaira2 authored Aug 8, 2023
1 parent b03c2fd commit e7281fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Files.App/UserControls/DataGridHeader.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
<Setter Property="HorizontalAlignment" Value="Left" />
<Setter Property="VerticalAlignment" Value="Center" />
<Setter Property="CornerRadius" Value="0" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Background">
<Setter.Value>
<SolidColorBrush Opacity="0" />
</Setter.Value>
</Setter>
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="VerticalAlignment" Value="Stretch" />
Expand Down

0 comments on commit e7281fe

Please sign in to comment.