mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
Add information about the image (#6099)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user