File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
src/Files.App/Views/Layouts Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 866
866
</GroupStyle >
867
867
</GridView .GroupStyle>
868
868
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
-
885
869
<GridView .ItemContainerStyle>
886
870
<Style BasedOn =" {StaticResource DefaultGridViewItemStyle}" TargetType =" GridViewItem" >
887
871
<Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
You can’t perform that action at this time.
0 commit comments