Skip to content

Commit 6df6c31

Browse files
committed
bug-10549: Fix indent
1 parent 3b88c20 commit 6df6c31

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Files.App/Views/LayoutModes/DetailsLayoutBrowser.xaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -200,17 +200,17 @@
200200

201201
<Border>
202202
<StackPanel
203-
x:Name="SearchUnindexedItemsPanel"
204-
HorizontalAlignment="Center"
205-
VerticalAlignment="Bottom"
206-
x:Load="{x:Bind InstanceViewModel.ShowSearchUnindexedItemsMessage, Mode=OneWay}"
207-
Orientation="Vertical">
208-
<TextBlock Visibility="Visible" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
209-
<HyperlinkButton
210-
x:Name="SearchUnindexedItemsButton"
211-
Visibility="Visible"
212-
Command="{x:Bind CommandsViewModel.SearchUnindexedItems}"
213-
Content="{helpers:ResourceString Name=SearchUnindexedItemsButton/Content}" />
203+
x:Name="SearchUnindexedItemsPanel"
204+
HorizontalAlignment="Center"
205+
VerticalAlignment="Bottom"
206+
x:Load="{x:Bind InstanceViewModel.ShowSearchUnindexedItemsMessage, Mode=OneWay}"
207+
Orientation="Vertical">
208+
<TextBlock Visibility="Visible" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
209+
<HyperlinkButton
210+
x:Name="SearchUnindexedItemsButton"
211+
Visibility="Visible"
212+
Command="{x:Bind CommandsViewModel.SearchUnindexedItems}"
213+
Content="{helpers:ResourceString Name=SearchUnindexedItemsButton/Content}" />
214214
</StackPanel>
215215
</Border>
216216

0 commit comments

Comments
 (0)