File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
src/Files.App/Views/LayoutModes Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 200
200
201
201
<Border >
202
202
<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}" />
214
214
</StackPanel >
215
215
</Border >
216
216
You can’t perform that action at this time.
0 commit comments