mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Set Color Picker window AutomatedProperty.Name property (#12379)
This commit is contained in:
@@ -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/>
|
||||||
|
|||||||
Reference in New Issue
Block a user