Add information about the image (#6099)

This commit is contained in:
Alekhya
2020-08-24 10:48:24 -07:00
committed by GitHub
parent c0c68f6acd
commit f6579184a2
2 changed files with 4 additions and 1 deletions

View File

@@ -618,6 +618,9 @@
<data name="About_FileExplorerPreview.Text" xml:space="preserve">
<value>About File Explorer Preview</value>
</data>
<data name="FileExplorerPreview_Image.AutomationProperties.Name" xml:space="preserve">
<value>File Explorer Preview</value>
</data>
<data name="About_ImageResizer.Text" xml:space="preserve">
<value>About Image Resizer</value>
</data>

View File

@@ -76,7 +76,7 @@
HorizontalAlignment="Left"
Margin="{StaticResource SmallTopBottomMargin}"
RelativePanel.Below="DescriptionPanel">
<Image Source="https://aka.ms/powerToysPowerPreviewSettingImage" />
<Image x:Uid="FileExplorerPreview_Image" Source="https://aka.ms/powerToysPowerPreviewSettingImage" />
</Border>
<StackPanel x:Name="LinksPanel"