mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[ColorPicker] Accessibility: announce which color will be copied to clipboard (#12367)
This commit is contained in:
@@ -48,12 +48,12 @@
|
|||||||
Height="36"
|
Height="36"
|
||||||
Width="36"
|
Width="36"
|
||||||
Grid.Column="2"
|
Grid.Column="2"
|
||||||
AutomationProperties.HelpText="{Binding ElementName=FormatNameTextBlock, Path=Text}"
|
|
||||||
AutomationProperties.Name="{x:Static p:Resources.Copy_to_clipboard}"
|
AutomationProperties.Name="{x:Static p:Resources.Copy_to_clipboard}"
|
||||||
|
AutomationProperties.HelpText="{Binding ElementName=ColorTextRepresentationTextBlock, Path=Text}"
|
||||||
FontSize="12"
|
FontSize="12"
|
||||||
Style="{StaticResource DefaultButtonStyle}"
|
Style="{StaticResource DefaultButtonStyle}"
|
||||||
FontFamily="Segoe MDL2 Assets"
|
FontFamily="Segoe MDL2 Assets"
|
||||||
Content="" />
|
Content="" />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Border.Effect>
|
<Border.Effect>
|
||||||
<DropShadowEffect BlurRadius="6" Opacity="0.24" ShadowDepth="1" />
|
<DropShadowEffect BlurRadius="6" Opacity="0.24" ShadowDepth="1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user