We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055d555 commit e406cc9Copy full SHA for e406cc9
src/Files.App/Views/LayoutModes/DetailsLayoutBrowser.xaml
@@ -917,10 +917,10 @@
917
HorizontalAlignment="Stretch"
918
x:Load="{x:Bind InstanceViewModel.ShowSearchUnindexedItemsMessage, Mode=OneWay}"
919
Orientation="Vertical">
920
- <TextBlock HorizontalTextAlignment="Center" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
+ <TextBlock Visibility="Collapsed" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
921
<HyperlinkButton
922
x:Name="SearchUnindexedItemsButton"
923
- HorizontalAlignment="Center"
+ Visibility="Collapsed"
924
Command="{x:Bind CommandsViewModel.SearchUnindexedItems}"
925
Content="{helpers:ResourceString Name=SearchUnindexedItemsButton/Content}" />
926
</StackPanel>
0 commit comments