Skip to content

Commit

Permalink
Update ColumnLayoutPage.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Jan 17, 2025
1 parent 76dd93d commit 5d5d65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files.App/Views/Layouts/ColumnLayoutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
Loaded="Grid_Loaded"
PointerEntered="Grid_PointerEntered">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="24" />
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
Expand Down

0 comments on commit 5d5d65b

Please sign in to comment.