Skip to content

Commit

Permalink
Remove footer
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn committed Jan 18, 2024
1 parent 236826b commit f0fcbc1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Files.App/Views/Layouts/GridLayoutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -866,22 +866,6 @@
</GroupStyle>
</GridView.GroupStyle>

<!-- Search Unindexed Items -->
<GridView.Footer>
<StackPanel
x:Name="SearchUnindexedItemsPanel"
HorizontalAlignment="Stretch"
x:Load="{x:Bind Commands.SearchUnindexedItems.IsExecutable, Mode=OneWay}"
Orientation="Vertical">
<TextBlock HorizontalTextAlignment="Center" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
<HyperlinkButton
x:Name="SearchUnindexedItemsButton"
HorizontalAlignment="Center"
Command="{x:Bind Commands.SearchUnindexedItems}"
Content="{x:Bind Commands.SearchUnindexedItems.Label}" />
</StackPanel>
</GridView.Footer>

<GridView.ItemContainerStyle>
<Style BasedOn="{StaticResource DefaultGridViewItemStyle}" TargetType="GridViewItem">
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
Expand Down

0 comments on commit f0fcbc1

Please sign in to comment.