From 37132c91e65f7e7f5d8e0d62bd81b8e8e2eab8bd Mon Sep 17 00:00:00 2001 From: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com> Date: Wed, 21 Jul 2021 11:09:02 +0200 Subject: [PATCH] Set Color Picker window AutomatedProperty.Name property (#12379) --- src/modules/colorPicker/ColorPickerUI/MainWindow.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml b/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml index 4dafd761dc..469d7db375 100644 --- a/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml +++ b/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml @@ -13,7 +13,8 @@ Topmost="True" Background="Transparent" SizeToContent="WidthAndHeight" - AllowsTransparency="True"> + AllowsTransparency="True" + AutomationProperties.Name="Color Picker">