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 417ea3a commit 47a5c88Copy full SHA for 47a5c88
src/Files.App/Views/LayoutModes/DetailsLayoutBrowser.xaml
@@ -922,10 +922,10 @@
922
HorizontalAlignment="Stretch"
923
x:Load="{x:Bind InstanceViewModel.ShowSearchUnindexedItemsMessage, Mode=OneWay}"
924
Orientation="Vertical">
925
- <TextBlock HorizontalTextAlignment="Center" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
+ <TextBlock Visibility="Collapsed" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
926
<HyperlinkButton
927
x:Name="SearchUnindexedItemsButton"
928
- HorizontalAlignment="Center"
+ Visibility="Collapsed"
929
Command="{x:Bind CommandsViewModel.SearchUnindexedItems}"
930
Content="{helpers:ResourceString Name=SearchUnindexedItemsButton/Content}" />
931
</StackPanel>
0 commit comments