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"> <data name="About_ColorPicker.Text" xml:space="preserve">
<value>About Color Picker</value> <value>About Color Picker</value>
</data> </data>
<data name="ColorPicker_Image.AutomationProperties.Name" xml:space="preserve">
<value>Color Picker</value>
</data>
<data name="About_PowerLauncher.Text" xml:space="preserve"> <data name="About_PowerLauncher.Text" xml:space="preserve">
<value>About PowerToys Run</value> <value>About PowerToys Run</value>
</data> </data>

View File

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