Skip to content

Commit f0fcbc1

Browse files
committed
Remove footer
1 parent 236826b commit f0fcbc1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/Files.App/Views/Layouts/GridLayoutPage.xaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -866,22 +866,6 @@
866866
</GroupStyle>
867867
</GridView.GroupStyle>
868868

869-
<!-- Search Unindexed Items -->
870-
<GridView.Footer>
871-
<StackPanel
872-
x:Name="SearchUnindexedItemsPanel"
873-
HorizontalAlignment="Stretch"
874-
x:Load="{x:Bind Commands.SearchUnindexedItems.IsExecutable, Mode=OneWay}"
875-
Orientation="Vertical">
876-
<TextBlock HorizontalTextAlignment="Center" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
877-
<HyperlinkButton
878-
x:Name="SearchUnindexedItemsButton"
879-
HorizontalAlignment="Center"
880-
Command="{x:Bind Commands.SearchUnindexedItems}"
881-
Content="{x:Bind Commands.SearchUnindexedItems.Label}" />
882-
</StackPanel>
883-
</GridView.Footer>
884-
885869
<GridView.ItemContainerStyle>
886870
<Style BasedOn="{StaticResource DefaultGridViewItemStyle}" TargetType="GridViewItem">
887871
<Setter Property="HorizontalContentAlignment" Value="Stretch" />

0 commit comments

Comments
 (0)