Skip to content

Commit

Permalink
Fix: Always wrap text in grid layout (#13852)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 authored Nov 13, 2023
1 parent b06d697 commit 04dde27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Files.App/Views/LayoutModes/GridViewBrowser.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
<TextBlock
x:Name="ItemName"
Grid.Column="2"
Height="60"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Opacity="{x:Bind Opacity, Mode=OneWay}"
Expand Down

0 comments on commit 04dde27

Please sign in to comment.