Skip to content

Commit

Permalink
Fixed the shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed May 27, 2024
1 parent 070d504 commit f74c049
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Files.App/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@
Grid.Column="0"
HorizontalAlignment="Stretch"
HorizontalContentAlignment="Stretch"
Content="{x:Bind ((viewmodels:MainPageViewModel)DataContext).SelectedTabItem.ContentFrame, Mode=OneWay}"
CornerRadius="8" />
Content="{x:Bind ((viewmodels:MainPageViewModel)DataContext).SelectedTabItem.ContentFrame, Mode=OneWay}" />

<!-- Preview Pane Splitter -->
<toolkit:GridSplitter
Expand Down

0 comments on commit f74c049

Please sign in to comment.