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

@@ -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"