mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-21 00:14:15 +08:00
Set Color Picker window AutomatedProperty.Name property (#12379)
This commit is contained in:
parent
9727d56864
commit
37132c91e6
@ -13,7 +13,8 @@
|
|||||||
Topmost="True"
|
Topmost="True"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
SizeToContent="WidthAndHeight"
|
SizeToContent="WidthAndHeight"
|
||||||
AllowsTransparency="True">
|
AllowsTransparency="True"
|
||||||
|
AutomationProperties.Name="Color Picker">
|
||||||
<e:Interaction.Behaviors>
|
<e:Interaction.Behaviors>
|
||||||
<behaviors:ChangeWindowPositionBehavior/>
|
<behaviors:ChangeWindowPositionBehavior/>
|
||||||
<behaviors:AppearAnimationBehavior/>
|
<behaviors:AppearAnimationBehavior/>
|
||||||
|
Loading…
Reference in New Issue
Block a user