Add info about the color picker image (#6097)

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

View File

@@ -630,6 +630,9 @@
<data name="About_ColorPicker.Text" xml:space="preserve">
<value>About Color Picker</value>
</data>
<data name="ColorPicker_Image.AutomationProperties.Name" xml:space="preserve">
<value>Color Picker</value>
</data>
<data name="About_PowerLauncher.Text" xml:space="preserve">
<value>About PowerToys Run</value>
</data>

View File

@@ -102,7 +102,7 @@
HorizontalAlignment="Left"
Margin="{StaticResource SmallTopBottomMargin}"
RelativePanel.Below="DescriptionPanel">
<Image Source="ms-appx:///Assets/Modules/ColorPicker.png" />
<Image x:Uid="ColorPicker_Image" Source="ms-appx:///Assets/Modules/ColorPicker.png" />
</Border>
<StackPanel x:Name="LinksPanel"
Margin="0,1,0,0"