mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Add info about the color picker image (#6097)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user